MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / release

Method release

common/expr.h:333–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331 static const CallExpr& default_instance();
332
333 static std::string release(std::string& property) {
334 std::string result;
335 result.swap(property);
336 return result;
337 }
338
339 static std::unique_ptr<Expr> release(std::unique_ptr<Expr>& property);
340

Callers

nothing calls this directly

Calls 1

swapMethod · 0.45

Tested by

no test coverage detected