Evaluate the execution frame to completion.
| 345 | absl::StatusOr<cel::Value> Evaluate(EvaluationListener& listener); |
| 346 | // Evaluate the execution frame to completion. |
| 347 | absl::StatusOr<cel::Value> Evaluate() { return Evaluate(callback()); } |
| 348 | |
| 349 | // Intended for use in builtin shortcutting operations. |
| 350 | // |
nothing calls this directly
no test coverage detected