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

Function NewCreateListContext

parser/gen/cel_parser.go:2848–2856  ·  view source on GitHub ↗
(parser antlr.Parser, ctx antlr.ParserRuleContext)

Source from the content-addressed store, hash-verified

2846}
2847
2848func NewCreateListContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *CreateListContext {
2849 var p = new(CreateListContext)
2850
2851 InitEmptyPrimaryContext(&p.PrimaryContext)
2852 p.parser = parser
2853 p.CopyAll(ctx.(*PrimaryContext))
2854
2855 return p
2856}
2857
2858func (s *CreateListContext) GetOp() antlr.Token { return s.op }
2859

Callers 1

PrimaryMethod · 0.70

Calls 2

InitEmptyPrimaryContextFunction · 0.70
CopyAllMethod · 0.45

Tested by

no test coverage detected