MCPcopy 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
1462ABSL_MUST_USE_RESULT inline std::unique_ptr<Expr> CallExpr::release_target() {
1463 return release(target_);
1464}
1465
1466inline void CallExpr::set_args(std::vector<Expr> args) {
1467 args_ = std::move(args);

Callers 1

TESTFunction · 0.80

Calls 1

releaseFunction · 0.85

Tested by 1

TESTFunction · 0.64