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

Function NewRelationContext

parser/gen/cel_parser.go:1211–1220  ·  view source on GitHub ↗
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)

Source from the content-addressed store, hash-verified

1209func (*RelationContext) IsRelationContext() {}
1210
1211func NewRelationContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *RelationContext {
1212 var p = new(RelationContext)
1213
1214 antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState)
1215
1216 p.parser = parser
1217 p.RuleIndex = CELParserRULE_relation
1218
1219 return p
1220}
1221
1222func (s *RelationContext) GetParser() antlr.Parser { return s.parser }
1223

Callers 1

relationMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected