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

Function NewListInitContext

parser/gen/cel_parser.go:4072–4081  ·  view source on GitHub ↗
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)

Source from the content-addressed store, hash-verified

4070func (*ListInitContext) IsListInitContext() {}
4071
4072func NewListInitContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ListInitContext {
4073 var p = new(ListInitContext)
4074
4075 antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState)
4076
4077 p.parser = parser
4078 p.RuleIndex = CELParserRULE_listInit
4079
4080 return p
4081}
4082
4083func (s *ListInitContext) GetParser() antlr.Parser { return s.parser }
4084

Callers 1

ListInitMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected