| 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()), |
no outgoing calls
no test coverage detected