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

Struct CalcContext

repl/parser/commands_parser.go:5423–5427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5421}
5422
5423type CalcContext struct {
5424 antlr.BaseParserRuleContext
5425 parser antlr.Parser
5426 op antlr.Token
5427}
5428
5429func NewEmptyCalcContext() *CalcContext {
5430 var p = new(CalcContext)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected