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

Function InitEmptyLiteralContext

parser/gen/cel_parser.go:5499–5502  ·  view source on GitHub ↗
(p *LiteralContext)

Source from the content-addressed store, hash-verified

5497}
5498
5499func InitEmptyLiteralContext(p *LiteralContext) {
5500 antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, nil, -1)
5501 p.RuleIndex = CELParserRULE_literal
5502}
5503
5504func (*LiteralContext) IsLiteralContext() {}
5505

Callers 8

NewBytesContextFunction · 0.70
NewUintContextFunction · 0.70
NewNullContextFunction · 0.70
NewBoolFalseContextFunction · 0.70
NewStringContextFunction · 0.70
NewDoubleContextFunction · 0.70
NewBoolTrueContextFunction · 0.70
NewIntContextFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected