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

Method release

common/expr.h:149–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147 static const IdentExpr& default_instance();
148
149 static std::string release(std::string& property) {
150 std::string result;
151 result.swap(property);
152 return result;
153 }
154
155 std::string name_;
156};

Callers

nothing calls this directly

Calls 1

swapMethod · 0.45

Tested by

no test coverage detected