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

Struct ConditionalAndContext

parser/gen/cel_parser.go:963–971  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

961}
962
963type ConditionalAndContext struct {
964 antlr.BaseParserRuleContext
965 parser antlr.Parser
966 e IRelationContext
967 s8 antlr.Token
968 ops []antlr.Token
969 _relation IRelationContext
970 e1 []IRelationContext
971}
972
973func NewEmptyConditionalAndContext() *ConditionalAndContext {
974 var p = new(ConditionalAndContext)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected