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

Method release_loop_condition

common/expr.h:1266–1269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1264}
1265
1266ABSL_MUST_USE_RESULT inline std::unique_ptr<Expr>
1267ComprehensionExpr::release_loop_condition() {
1268 return release(loop_condition_);
1269}
1270
1271inline Expr& ComprehensionExpr::mutable_loop_condition()
1272 ABSL_ATTRIBUTE_LIFETIME_BOUND {

Callers 1

TESTFunction · 0.80

Calls 1

releaseFunction · 0.85

Tested by 1

TESTFunction · 0.64