MCPcopy Create free account
hub / github.com/unrolled/render / FS

Function FS

fs_embed.go:64–66  ·  view source on GitHub ↗

FS converts io/fs.FS to FileSystem.

(oriFS fs.FS)

Source from the content-addressed store, hash-verified

62
63// FS converts io/fs.FS to FileSystem.
64func FS(oriFS fs.FS) FileSystem { //nolint:ireturn
65 return tmplFS{oriFS}
66}

Callers 4

TestIOFSEmbedHTMLBasicFunction · 0.85
TestIOFSDirHTMLBasicFunction · 0.85

Calls

no outgoing calls

Tested by 4

TestIOFSEmbedHTMLBasicFunction · 0.68
TestIOFSDirHTMLBasicFunction · 0.68