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

Function NewCreateListContext

repl/parser/commands_parser.go:6806–6814  ·  view source on GitHub ↗
(parser antlr.Parser, ctx antlr.ParserRuleContext)

Source from the content-addressed store, hash-verified

6804}
6805
6806func NewCreateListContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *CreateListContext {
6807 var p = new(CreateListContext)
6808
6809 InitEmptyPrimaryContext(&p.PrimaryContext)
6810 p.parser = parser
6811 p.CopyAll(ctx.(*PrimaryContext))
6812
6813 return p
6814}
6815
6816func (s *CreateListContext) GetOp() antlr.Token { return s.op }
6817

Callers 1

PrimaryMethod · 0.70

Calls 2

InitEmptyPrimaryContextFunction · 0.70
CopyAllMethod · 0.45

Tested by

no test coverage detected