MCPcopy Index your code
hub / github.com/dnote/dnote / layoutFiles

Function layoutFiles

pkg/server/views/engine.go:82–84  ·  view source on GitHub ↗

layoutFiles returns a slice of strings representing the layout files used in our application.

()

Source from the content-addressed store, hash-verified

80// layoutFiles returns a slice of strings representing
81// the layout files used in our application.
82func layoutFiles() string {
83 return fmt.Sprintf("templates/layouts/*%s", TemplateExt)
84}
85
86// iconFiles returns a slice of strings representing
87// the icon files used in our application.

Callers 1

NewDefaultEngineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected