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

Method Evaluate

eval/eval/create_list_step_test.cc:410–415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408 : DirectExpressionStep(-1), attr_(std::move(attr)) {}
409
410 absl::Status Evaluate(ExecutionFrameBase& frame, Value& result,
411 AttributeTrail& attr) const override {
412 result = cel::NullValue();
413 attr = AttributeTrail(attr_);
414 return absl::OkStatus();
415 }
416
417 private:
418 cel::Attribute attr_;

Callers 3

RunExpressionFunction · 0.45
TESTFunction · 0.45

Calls 2

AttributeTrailClass · 0.85
NullValueClass · 0.50

Tested by

no test coverage detected