Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1609
func
(p *CELParser) Calc() (localctx ICalcContext) {
1610
return
p.calc(0)
1611
}
1612
1613
func
(p *CELParser) calc(_p int) (localctx ICalcContext) {
1614
var
_parentctx antlr.ParserRuleContext = p.GetParserRuleContext()
Callers
nothing calls this directly
Calls
1
calc
Method · 0.95
Tested by
no test coverage detected