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

Struct OptExprContext

parser/gen/cel_parser.go:5337–5342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5335}
5336
5337type OptExprContext struct {
5338 antlr.BaseParserRuleContext
5339 parser antlr.Parser
5340 opt antlr.Token
5341 e IExprContext
5342}
5343
5344func NewEmptyOptExprContext() *OptExprContext {
5345 var p = new(OptExprContext)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected