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

Function InitEmptyPrimaryContext

repl/parser/commands_parser.go:6768–6771  ·  view source on GitHub ↗
(p *PrimaryContext)

Source from the content-addressed store, hash-verified

6766}
6767
6768func InitEmptyPrimaryContext(p *PrimaryContext) {
6769 antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, nil, -1)
6770 p.RuleIndex = CommandsParserRULE_primary
6771}
6772
6773func (*PrimaryContext) IsPrimaryContext() {}
6774

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