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

Function CreateDirectMutableMapStep

eval/eval/create_map_step.cc:284–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282}
283
284std::unique_ptr<DirectExpressionStep> CreateDirectMutableMapStep(
285 int64_t expr_id) {
286 return std::make_unique<DirectMutableMapStep>(expr_id);
287}
288
289} // namespace google::api::expr::runtime

Callers 1

PostVisitMapMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected