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

Method GetPositionToken

parser_expression.go:84–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82}
83
84func (expr *power) GetPositionToken() *Token {
85 return expr.power1.GetPositionToken()
86}
87
88func (expr *Expression) Execute(ctx *ExecutionContext, writer TemplateWriter) *Error {
89 value, err := expr.Evaluate(ctx)

Callers

nothing calls this directly

Calls 1

GetPositionTokenMethod · 0.65

Tested by

no test coverage detected