Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ release_target
Method
release_target
common/expr.h:1462–1464 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1460
}
1461
1462
ABSL_MUST_USE_RESULT inline std::unique_ptr<Expr> CallExpr::release_target() {
1463
return release(target_);
1464
}
1465
1466
inline void CallExpr::set_args(std::vector<Expr> args) {
1467
args_ = std::move(args);
Callers
1
TEST
Function · 0.80
Calls
1
release
Function · 0.85
Tested by
1
TEST
Function · 0.64