MCPcopy Create free account
hub / github.com/cel-expr/cel-go / Calc

Method Calc

parser/gen/cel_parser.go:1609–1611  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1607}
1608
1609func (p *CELParser) Calc() (localctx ICalcContext) {
1610 return p.calc(0)
1611}
1612
1613func (p *CELParser) calc(_p int) (localctx ICalcContext) {
1614 var _parentctx antlr.ParserRuleContext = p.GetParserRuleContext()

Callers

nothing calls this directly

Calls 1

calcMethod · 0.95

Tested by

no test coverage detected