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

Method Calc

repl/parser/commands_parser.go:5567–5569  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5565}
5566
5567func (p *CommandsParser) Calc() (localctx ICalcContext) {
5568 return p.calc(0)
5569}
5570
5571func (p *CommandsParser) calc(_p int) (localctx ICalcContext) {
5572 var _parentctx antlr.ParserRuleContext = p.GetParserRuleContext()

Callers

nothing calls this directly

Calls 1

calcMethod · 0.95

Tested by

no test coverage detected