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

Method Relation

parser/gen/cel_parser.go:1343–1345  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1341}
1342
1343func (p *CELParser) Relation() (localctx IRelationContext) {
1344 return p.relation(0)
1345}
1346
1347func (p *CELParser) relation(_p int) (localctx IRelationContext) {
1348 var _parentctx antlr.ParserRuleContext = p.GetParserRuleContext()

Callers

nothing calls this directly

Calls 1

relationMethod · 0.95

Tested by

no test coverage detected