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