Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
284
std::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
PostVisitMap
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected