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

Function InitEmptyMemberContext

repl/parser/commands_parser.go:6103–6106  ·  view source on GitHub ↗
(p *MemberContext)

Source from the content-addressed store, hash-verified

6101}
6102
6103func InitEmptyMemberContext(p *MemberContext) {
6104 antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, nil, -1)
6105 p.RuleIndex = CommandsParserRULE_member
6106}
6107
6108func (*MemberContext) IsMemberContext() {}
6109

Callers 4

NewMemberCallContextFunction · 0.70
NewSelectContextFunction · 0.70
NewPrimaryExprContextFunction · 0.70
NewIndexContextFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected