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

Method release_iter_range

common/expr.h:1204–1207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1202}
1203
1204ABSL_MUST_USE_RESULT inline std::unique_ptr<Expr>
1205ComprehensionExpr::release_iter_range() {
1206 return release(iter_range_);
1207}
1208
1209inline const Expr& ComprehensionExpr::accu_init() const
1210 ABSL_ATTRIBUTE_LIFETIME_BOUND {

Callers 1

TESTFunction · 0.80

Calls 1

releaseFunction · 0.85

Tested by 1

TESTFunction · 0.64