MCPcopy Create free account
hub / github.com/driangle/taskmd / StaticFiles

Function StaticFiles

apps/cli/internal/web/embed.go:14–16  ·  view source on GitHub ↗

StaticFiles returns the embedded static filesystem.

()

Source from the content-addressed store, hash-verified

12
13// StaticFiles returns the embedded static filesystem.
14func StaticFiles() fs.FS {
15 return embeddedFiles
16}

Callers 2

mountStaticMethod · 0.70
ExportFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected