Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ release_args
Method
release_args
common/expr.h:1482–1486 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1480
}
1481
1482
inline std::vector<Expr> CallExpr::release_args() {
1483
std::vector<Expr> args;
1484
args.swap(args_);
1485
return args;
1486
}
1487
1488
inline std::unique_ptr<Expr> CallExpr::release(
1489
std::unique_ptr<Expr>& property) {
Callers
2
TEST
Function · 0.80
TEST
Function · 0.80
Calls
1
swap
Method · 0.45
Tested by
2
TEST
Function · 0.64
TEST
Function · 0.64