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

Function NewBoolFalseContext

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

Source from the content-addressed store, hash-verified

5681}
5682
5683func NewBoolFalseContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *BoolFalseContext {
5684 var p = new(BoolFalseContext)
5685
5686 InitEmptyLiteralContext(&p.LiteralContext)
5687 p.parser = parser
5688 p.CopyAll(ctx.(*LiteralContext))
5689
5690 return p
5691}
5692
5693func (s *BoolFalseContext) GetTok() antlr.Token { return s.tok }
5694

Callers 1

LiteralMethod · 0.70

Calls 2

InitEmptyLiteralContextFunction · 0.70
CopyAllMethod · 0.45

Tested by

no test coverage detected