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

Method Evaluate

eval/eval/evaluator_core.h:347–347  ·  view source on GitHub ↗

Evaluate the execution frame to completion.

Source from the content-addressed store, hash-verified

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 //

Callers

nothing calls this directly

Calls 1

EvaluateFunction · 0.85

Tested by

no test coverage detected