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

Method Evaluate

eval/eval/direct_expression_step.cc:26–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24namespace google::api::expr::runtime {
25
26absl::Status WrappedDirectStep::Evaluate(ExecutionFrame* frame) const {
27 cel::Value result;
28 AttributeTrail attribute_trail;
29 CEL_RETURN_IF_ERROR(impl_->Evaluate(*frame, result, attribute_trail));
30 frame->value_stack().Push(std::move(result), std::move(attribute_trail));
31 return absl::OkStatus();
32}
33
34} // namespace google::api::expr::runtime

Callers

nothing calls this directly

Calls 1

PushMethod · 0.45

Tested by

no test coverage detected