MCPcopy
hub / github.com/flosch/pongo2 / LocalFilesystemLoader

Struct LocalFilesystemLoader

template_loader.go:37–39  ·  view source on GitHub ↗

LocalFilesystemLoader represents a local filesystem loader with basic BaseDirectory capabilities. The access to the local filesystem is unrestricted.

Source from the content-addressed store, hash-verified

35// LocalFilesystemLoader represents a local filesystem loader with basic
36// BaseDirectory capabilities. The access to the local filesystem is unrestricted.
37type LocalFilesystemLoader struct {
38 baseDir string
39}
40
41// MustNewLocalFileSystemLoader creates a new LocalFilesystemLoader instance
42// and panics if there's any error during instantiation. The parameters

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected