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

Method release_value

common/expr.h:1592–1594  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1590}
1591
1592inline ABSL_MUST_USE_RESULT Expr StructExprField::release_value() {
1593 return release(value_);
1594}
1595
1596inline void swap(StructExprField& lhs, StructExprField& rhs) noexcept {
1597 using std::swap;

Callers 3

TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls 1

releaseFunction · 0.85

Tested by 3

TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36