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

Struct OptExprContext

repl/parser/commands_parser.go:9295–9300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9293}
9294
9295type OptExprContext struct {
9296 antlr.BaseParserRuleContext
9297 parser antlr.Parser
9298 opt antlr.Token
9299 e IExprContext
9300}
9301
9302func NewEmptyOptExprContext() *OptExprContext {
9303 var p = new(OptExprContext)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected