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

Struct OptFieldContext

parser/gen/cel_parser.go:4614–4618  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4612}
4613
4614type OptFieldContext struct {
4615 antlr.BaseParserRuleContext
4616 parser antlr.Parser
4617 opt antlr.Token
4618}
4619
4620func NewEmptyOptFieldContext() *OptFieldContext {
4621 var p = new(OptFieldContext)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected