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

Struct stringResolver

variable.go:38–41  ·  view source on GitHub ↗

TODO: Add location tokens

Source from the content-addressed store, hash-verified

36
37// TODO: Add location tokens
38type stringResolver struct {
39 locationToken *Token
40 val string
41}
42
43type intResolver struct {
44 locationToken *Token

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected