MCPcopy 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
274std::unique_ptr<ExpressionStep> CreateMutableListStep(int64_t expr_id) {
275 return std::make_unique<MutableListStep>(expr_id);
276}
277
278std::unique_ptr<DirectExpressionStep> CreateDirectMutableListStep(
279 int64_t expr_id) {

Callers 1

PostVisitListMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected