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

Function InitEmptyPrimaryContext

parser/gen/cel_parser.go:2810–2813  ·  view source on GitHub ↗
(p *PrimaryContext)

Source from the content-addressed store, hash-verified

2808}
2809
2810func InitEmptyPrimaryContext(p *PrimaryContext) {
2811 antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, nil, -1)
2812 p.RuleIndex = CELParserRULE_primary
2813}
2814
2815func (*PrimaryContext) IsPrimaryContext() {}
2816

Callers 7

NewCreateListContextFunction · 0.70
NewIdentContextFunction · 0.70
NewCreateStructContextFunction · 0.70
NewNestedContextFunction · 0.70
NewCreateMessageContextFunction · 0.70
NewGlobalCallContextFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected