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

Struct BoolFalseContext

parser/gen/cel_parser.go:5678–5681  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5676}
5677
5678type BoolFalseContext struct {
5679 LiteralContext
5680 tok antlr.Token
5681}
5682
5683func NewBoolFalseContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *BoolFalseContext {
5684 var p = new(BoolFalseContext)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected