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

Function InitEmptyEscapeIdentContext

repl/parser/commands_parser.go:9080–9083  ·  view source on GitHub ↗
(p *EscapeIdentContext)

Source from the content-addressed store, hash-verified

9078}
9079
9080func InitEmptyEscapeIdentContext(p *EscapeIdentContext) {
9081 antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, nil, -1)
9082 p.RuleIndex = CommandsParserRULE_escapeIdent
9083}
9084
9085func (*EscapeIdentContext) IsEscapeIdentContext() {}
9086

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected