MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / visitBoolFalse

Method visitBoolFalse

parser/parser.cc:1388–1391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1386}
1387
1388std::any ParserVisitor::visitBoolFalse(CelParser::BoolFalseContext* ctx) {
1389 return ExprToAny(factory_.NewBoolConst(
1390 factory_.NextId(SourceRangeFromParserRuleContext(ctx)), false));
1391}
1392
1393std::any ParserVisitor::visitNull(CelParser::NullContext* ctx) {
1394 return ExprToAny(factory_.NewNullConst(

Callers

nothing calls this directly

Calls 4

ExprToAnyFunction · 0.85
NewBoolConstMethod · 0.45
NextIdMethod · 0.45

Tested by

no test coverage detected