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

Struct CalcContext

parser/gen/cel_parser.go:1465–1469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1463}
1464
1465type CalcContext struct {
1466 antlr.BaseParserRuleContext
1467 parser antlr.Parser
1468 op antlr.Token
1469}
1470
1471func NewEmptyCalcContext() *CalcContext {
1472 var p = new(CalcContext)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected