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

Function NewEscapedIdentifierContext

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

Source from the content-addressed store, hash-verified

5157}
5158
5159func NewEscapedIdentifierContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *EscapedIdentifierContext {
5160 var p = new(EscapedIdentifierContext)
5161
5162 InitEmptyEscapeIdentContext(&p.EscapeIdentContext)
5163 p.parser = parser
5164 p.CopyAll(ctx.(*EscapeIdentContext))
5165
5166 return p
5167}
5168
5169func (s *EscapedIdentifierContext) GetId() antlr.Token { return s.id }
5170

Callers 1

EscapeIdentMethod · 0.70

Calls 2

CopyAllMethod · 0.45

Tested by

no test coverage detected