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

Struct ExprContext

repl/parser/commands_parser.go:4411–4418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4409}
4410
4411type ExprContext struct {
4412 antlr.BaseParserRuleContext
4413 parser antlr.Parser
4414 e IConditionalOrContext
4415 op antlr.Token
4416 e1 IConditionalOrContext
4417 e2 IExprContext
4418}
4419
4420func NewEmptyExprContext() *ExprContext {
4421 var p = new(ExprContext)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected