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

Struct power

parser_expression.go:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37type power struct {
38 // TODO: Add location token?
39 power1 IEvaluator
40 power2 IEvaluator
41}
42
43func (expr *Expression) FilterApplied(name string) bool {
44 return expr.expr1.FilterApplied(name) && (expr.expr2 == nil ||

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected