MCPcopy 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
1482inline std::vector<Expr> CallExpr::release_args() {
1483 std::vector<Expr> args;
1484 args.swap(args_);
1485 return args;
1486}
1487
1488inline std::unique_ptr<Expr> CallExpr::release(
1489 std::unique_ptr<Expr>& property) {

Callers 2

TESTFunction · 0.80
TESTFunction · 0.80

Calls 1

swapMethod · 0.45

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64