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

Struct ExprContext

parser/gen/cel_parser.go:453–460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

451}
452
453type ExprContext struct {
454 antlr.BaseParserRuleContext
455 parser antlr.Parser
456 e IConditionalOrContext
457 op antlr.Token
458 e1 IConditionalOrContext
459 e2 IExprContext
460}
461
462func NewEmptyExprContext() *ExprContext {
463 var p = new(ExprContext)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected