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

Function NewCreateStructContext

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

Source from the content-addressed store, hash-verified

2982}
2983
2984func NewCreateStructContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *CreateStructContext {
2985 var p = new(CreateStructContext)
2986
2987 InitEmptyPrimaryContext(&p.PrimaryContext)
2988 p.parser = parser
2989 p.CopyAll(ctx.(*PrimaryContext))
2990
2991 return p
2992}
2993
2994func (s *CreateStructContext) GetOp() antlr.Token { return s.op }
2995

Callers 1

PrimaryMethod · 0.70

Calls 2

InitEmptyPrimaryContextFunction · 0.70
CopyAllMethod · 0.45

Tested by

no test coverage detected