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

Method release_accu_init

common/expr.h:1214–1217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1212}
1213
1214ABSL_MUST_USE_RESULT inline std::unique_ptr<Expr>
1215ComprehensionExpr::release_accu_init() {
1216 return release(accu_init_);
1217}
1218
1219inline Expr& ComprehensionExpr::mutable_accu_init()
1220 ABSL_ATTRIBUTE_LIFETIME_BOUND {

Callers 1

TESTFunction · 0.80

Calls 1

releaseFunction · 0.85

Tested by 1

TESTFunction · 0.64