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

Function NewCreateMessageContext

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

Source from the content-addressed store, hash-verified

7148}
7149
7150func NewCreateMessageContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *CreateMessageContext {
7151 var p = new(CreateMessageContext)
7152
7153 InitEmptyPrimaryContext(&p.PrimaryContext)
7154 p.parser = parser
7155 p.CopyAll(ctx.(*PrimaryContext))
7156
7157 return p
7158}
7159
7160func (s *CreateMessageContext) GetLeadingDot() antlr.Token { return s.leadingDot }
7161

Callers 1

PrimaryMethod · 0.70

Calls 2

InitEmptyPrimaryContextFunction · 0.70
CopyAllMethod · 0.45

Tested by

no test coverage detected