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

Function CreateClearSlotsStep

eval/eval/lazy_init_step.cc:229–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229std::unique_ptr<ExpressionStep> CreateClearSlotsStep(size_t slot_index,
230 size_t slot_count,
231 int64_t expr_id) {
232 ABSL_DCHECK_GT(slot_count, 0);
233 return std::make_unique<ClearSlotsStep>(slot_index, slot_count, expr_id);
234}
235
236} // namespace google::api::expr::runtime

Callers 2

HandleBlockMethod · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.68