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

Method Evaluate

eval/eval/equality_steps_test.cc:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 attr_() {}
66
67 absl::Status Evaluate(ExecutionFrame* frame) const override {
68 frame->value_stack().Push(value_, attr_);
69 return absl::OkStatus();
70 }
71
72 absl::Status Evaluate(ExecutionFrameBase& frame, Value& result,
73 AttributeTrail& attribute_trail) const override {

Callers 2

TESTFunction · 0.45
TEST_PFunction · 0.45

Calls 1

PushMethod · 0.45

Tested by

no test coverage detected