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

Method GetPositionToken

parser_expression.go:80–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78}
79
80func (expr *term) GetPositionToken() *Token {
81 return expr.factor1.GetPositionToken()
82}
83
84func (expr *power) GetPositionToken() *Token {
85 return expr.power1.GetPositionToken()

Callers

nothing calls this directly

Calls 1

GetPositionTokenMethod · 0.65

Tested by

no test coverage detected