func NewSourceFS()
in
filesource.go [38:42]
5
lines of code
1
McCabe index (conditional complexity)
func NewSourceFS(root fs.FS) *SourceFS { return &SourceFS{ FS: root, } }