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

Struct BoolFalseContext

repl/parser/commands_parser.go:9636–9639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9634}
9635
9636type BoolFalseContext struct {
9637 LiteralContext
9638 tok antlr.Token
9639}
9640
9641func NewBoolFalseContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *BoolFalseContext {
9642 var p = new(BoolFalseContext)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected