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

Function CreateInStep

eval/eval/equality_steps.cc:289–291  ·  view source on GitHub ↗

Factory method for iterative @in Execution step

Source from the content-addressed store, hash-verified

287
288// Factory method for iterative @in Execution step
289std::unique_ptr<ExpressionStep> CreateInStep(int64_t expr_id) {
290 return std::make_unique<IterativeInStep>(expr_id);
291}
292
293} // namespace google::api::expr::runtime

Callers 2

TEST_PFunction · 0.85

Calls

no outgoing calls

Tested by 1

TEST_PFunction · 0.68