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

Method release_loop_step

common/expr.h:1256–1259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1254}
1255
1256ABSL_MUST_USE_RESULT inline std::unique_ptr<Expr>
1257ComprehensionExpr::release_loop_step() {
1258 return release(loop_step_);
1259}
1260
1261inline const Expr& ComprehensionExpr::loop_condition() const
1262 ABSL_ATTRIBUTE_LIFETIME_BOUND {

Callers 1

TESTFunction · 0.80

Calls 1

releaseFunction · 0.85

Tested by 1

TESTFunction · 0.64