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

Function NewListInitContext

repl/parser/commands_parser.go:8030–8039  ·  view source on GitHub ↗
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)

Source from the content-addressed store, hash-verified

8028func (*ListInitContext) IsListInitContext() {}
8029
8030func NewListInitContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ListInitContext {
8031 var p = new(ListInitContext)
8032
8033 antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState)
8034
8035 p.parser = parser
8036 p.RuleIndex = CommandsParserRULE_listInit
8037
8038 return p
8039}
8040
8041func (s *ListInitContext) GetParser() antlr.Parser { return s.parser }
8042

Callers 1

ListInitMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected