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

Function CreateLazyInitStep

eval/eval/lazy_init_step.cc:213–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213std::unique_ptr<ExpressionStep> CreateLazyInitStep(size_t slot_index,
214 size_t subexpression_index,
215 int64_t expr_id) {
216 return std::make_unique<LazyInitStep>(slot_index, subexpression_index,
217 expr_id);
218}
219
220std::unique_ptr<ExpressionStep> CreateAssignSlotAndPopStep(size_t slot_index) {
221 return std::make_unique<AssignSlotAndPopStepStep>(slot_index);

Callers 2

PostVisitIdentMethod · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.68