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

Struct OptFieldContext

repl/parser/commands_parser.go:8572–8576  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8570}
8571
8572type OptFieldContext struct {
8573 antlr.BaseParserRuleContext
8574 parser antlr.Parser
8575 opt antlr.Token
8576}
8577
8578func NewEmptyOptFieldContext() *OptFieldContext {
8579 var p = new(OptFieldContext)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected