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

Function CreateAssignSlotAndPopStep

eval/eval/lazy_init_step.cc:220–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218}
219
220std::unique_ptr<ExpressionStep> CreateAssignSlotAndPopStep(size_t slot_index) {
221 return std::make_unique<AssignSlotAndPopStepStep>(slot_index);
222}
223
224std::unique_ptr<ExpressionStep> CreateClearSlotStep(size_t slot_index,
225 int64_t expr_id) {

Callers 2

PostVisitArgTrivialMethod · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.68