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

Method Evaluate

eval/eval/ident_step.cc:119–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117 : DirectExpressionStep(expr_id), name_(name) {}
118
119 absl::Status Evaluate(ExecutionFrameBase& frame, Value& result,
120 AttributeTrail& attribute) const override {
121 return LookupIdent(name_, frame, result, attribute);
122 }
123
124 private:
125 std::string name_;

Callers

nothing calls this directly

Calls 1

LookupIdentFunction · 0.85

Tested by

no test coverage detected