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

Function NewCreateMessageContext

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

Source from the content-addressed store, hash-verified

3190}
3191
3192func NewCreateMessageContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *CreateMessageContext {
3193 var p = new(CreateMessageContext)
3194
3195 InitEmptyPrimaryContext(&p.PrimaryContext)
3196 p.parser = parser
3197 p.CopyAll(ctx.(*PrimaryContext))
3198
3199 return p
3200}
3201
3202func (s *CreateMessageContext) GetLeadingDot() antlr.Token { return s.leadingDot }
3203

Callers 1

PrimaryMethod · 0.70

Calls 2

InitEmptyPrimaryContextFunction · 0.70
CopyAllMethod · 0.45

Tested by

no test coverage detected