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

Function InitEmptyUnaryContext

parser/gen/cel_parser.go:1770–1773  ·  view source on GitHub ↗
(p *UnaryContext)

Source from the content-addressed store, hash-verified

1768}
1769
1770func InitEmptyUnaryContext(p *UnaryContext) {
1771 antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, nil, -1)
1772 p.RuleIndex = CELParserRULE_unary
1773}
1774
1775func (*UnaryContext) IsUnaryContext() {}
1776

Callers 3

NewLogicalNotContextFunction · 0.70
NewMemberExprContextFunction · 0.70
NewNegateContextFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected