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

Struct CompileContext

repl/parser/commands_parser.go:2581–2585  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2579}
2580
2581type CompileContext struct {
2582 antlr.BaseParserRuleContext
2583 parser antlr.Parser
2584 e IExprContext
2585}
2586
2587func NewEmptyCompileContext() *CompileContext {
2588 var p = new(CompileContext)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected