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

Method PlanRecursiveProgram

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

Source from the content-addressed store, hash-verified

591 }
592
593 bool PlanRecursiveProgram() const { return max_recursion_depth_ > 0; }
594
595 void PreVisitExpr(const cel::Expr& expr) override {
596 ValidateOrError(!absl::holds_alternative<cel::UnspecifiedExpr>(expr.kind()),

Callers 5

PostVisitArgMethod · 0.80
PostVisitTargetMethod · 0.80
PostVisitMethod · 0.80
PostVisitArgDefaultMethod · 0.80
PostVisitArgTrivialMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected