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

Function NewRelationContext

repl/parser/commands_parser.go:5169–5178  ·  view source on GitHub ↗
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)

Source from the content-addressed store, hash-verified

5167func (*RelationContext) IsRelationContext() {}
5168
5169func NewRelationContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *RelationContext {
5170 var p = new(RelationContext)
5171
5172 antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState)
5173
5174 p.parser = parser
5175 p.RuleIndex = CommandsParserRULE_relation
5176
5177 return p
5178}
5179
5180func (s *RelationContext) GetParser() antlr.Parser { return s.parser }
5181

Callers 1

relationMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected