Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ CreateDirectMutableListStep
Function
CreateDirectMutableListStep
eval/eval/create_list_step.cc:278–281 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
276
}
277
278
std::unique_ptr<DirectExpressionStep> CreateDirectMutableListStep(
279
int64_t expr_id) {
280
return std::make_unique<DirectMutableListStep>(expr_id);
281
}
282
283
} // namespace google::api::expr::runtime
Callers
1
PostVisitList
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected