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

Struct nodeFilteredVariable

variable.go:64–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64type nodeFilteredVariable struct {
65 locationToken *Token
66
67 resolver IEvaluator
68 filterChain []*filterCall
69}
70
71type nodeVariable struct {
72 locationToken *Token

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected