Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1592
inline ABSL_MUST_USE_RESULT Expr StructExprField::release_value() {
1593
return release(value_);
1594
}
1595
1596
inline void swap(StructExprField& lhs, StructExprField& rhs) noexcept {
1597
using std::swap;
Callers
3
TEST
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
Calls
1
release
Function · 0.85
Tested by
3
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36