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

Function CreateClearSlotStep

eval/eval/lazy_init_step.cc:224–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224std::unique_ptr<ExpressionStep> CreateClearSlotStep(size_t slot_index,
225 int64_t expr_id) {
226 return std::make_unique<ClearSlotStep>(slot_index, expr_id);
227}
228
229std::unique_ptr<ExpressionStep> CreateClearSlotsStep(size_t slot_index,
230 size_t slot_count,

Callers 2

PostVisitArgTrivialMethod · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.68