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

Method PostVisitTarget

eval/compiler/flat_expr_builder.cc:1484–1492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1482 }
1483
1484 void PostVisitTarget(const cel::Expr& expr) override {
1485 if (!progress_status_.ok()) {
1486 return;
1487 }
1488 auto cond_visitor = FindCondVisitor(&expr);
1489 if (cond_visitor) {
1490 cond_visitor->PostVisitTarget(&expr);
1491 }
1492 }
1493
1494 // CreateList node handler.
1495 // Invoked after child nodes are processed.

Callers

nothing calls this directly

Calls 2

okMethod · 0.45
PostVisitTargetMethod · 0.45

Tested by

no test coverage detected