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

Function InitEmptyUnaryContext

repl/parser/commands_parser.go:5728–5731  ·  view source on GitHub ↗
(p *UnaryContext)

Source from the content-addressed store, hash-verified

5726}
5727
5728func InitEmptyUnaryContext(p *UnaryContext) {
5729 antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, nil, -1)
5730 p.RuleIndex = CommandsParserRULE_unary
5731}
5732
5733func (*UnaryContext) IsUnaryContext() {}
5734

Callers 3

NewLogicalNotContextFunction · 0.70
NewMemberExprContextFunction · 0.70
NewNegateContextFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected