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

Method release

common/expr.h:235–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233 static const SelectExpr& default_instance();
234
235 static std::string release(std::string& property) {
236 std::string result;
237 result.swap(property);
238 return result;
239 }
240
241 static std::unique_ptr<Expr> release(std::unique_ptr<Expr>& property);
242

Callers

nothing calls this directly

Calls 1

swapMethod · 0.45

Tested by

no test coverage detected