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

Method release

common/expr.h:838–842  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

836 static const ComprehensionExpr& default_instance();
837
838 static std::string release(std::string& property) {
839 std::string result;
840 result.swap(property);
841 return result;
842 }
843
844 static std::unique_ptr<Expr> release(std::unique_ptr<Expr>& property);
845

Callers

nothing calls this directly

Calls 1

swapMethod · 0.45

Tested by

no test coverage detected