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

Method release_result

common/expr.h:1308–1311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1306}
1307
1308ABSL_MUST_USE_RESULT inline std::unique_ptr<Expr>
1309ComprehensionExpr::release_result() {
1310 return release(result_);
1311}
1312
1313inline std::unique_ptr<Expr> ComprehensionExpr::release(
1314 std::unique_ptr<Expr>& property) {

Callers 1

TESTFunction · 0.80

Calls 1

releaseFunction · 0.85

Tested by 1

TESTFunction · 0.64