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

Function NewUintContext

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

Source from the content-addressed store, hash-verified

5583}
5584
5585func NewUintContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *UintContext {
5586 var p = new(UintContext)
5587
5588 InitEmptyLiteralContext(&p.LiteralContext)
5589 p.parser = parser
5590 p.CopyAll(ctx.(*LiteralContext))
5591
5592 return p
5593}
5594
5595func (s *UintContext) GetTok() antlr.Token { return s.tok }
5596

Callers 1

LiteralMethod · 0.70

Calls 2

InitEmptyLiteralContextFunction · 0.70
CopyAllMethod · 0.45

Tested by

no test coverage detected