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

Function NewBoolFalseContext

repl/parser/commands_parser.go:9641–9649  ·  view source on GitHub ↗
(parser antlr.Parser, ctx antlr.ParserRuleContext)

Source from the content-addressed store, hash-verified

9639}
9640
9641func NewBoolFalseContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *BoolFalseContext {
9642 var p = new(BoolFalseContext)
9643
9644 InitEmptyLiteralContext(&p.LiteralContext)
9645 p.parser = parser
9646 p.CopyAll(ctx.(*LiteralContext))
9647
9648 return p
9649}
9650
9651func (s *BoolFalseContext) GetTok() antlr.Token { return s.tok }
9652

Callers 1

LiteralMethod · 0.70

Calls 2

InitEmptyLiteralContextFunction · 0.70
CopyAllMethod · 0.45

Tested by

no test coverage detected