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

Method Evaluate

eval/eval/create_map_step.cc:254–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252 : DirectExpressionStep(expr_id) {}
253
254 absl::Status Evaluate(ExecutionFrameBase& frame, Value& result,
255 AttributeTrail& attribute) const override {
256 result =
257 cel::CustomMapValue(NewMutableMapValue(frame.arena()), frame.arena());
258 return absl::OkStatus();
259 }
260};
261
262} // namespace

Callers

nothing calls this directly

Calls 2

CustomMapValueClass · 0.50
arenaMethod · 0.45

Tested by

no test coverage detected