MCPcopy Create free account
hub / github.com/Alan-CRL/Inkeys / swap

Method swap

Timeout/InkeysTimeout/json/lib_json/json_value.cpp:276–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274 }
275
276 void Value::CZString::swap(CZString& other) {
277 std::swap(cstr_, other.cstr_);
278 std::swap(index_, other.index_);
279 }
280
281 Value::CZString& Value::CZString::operator=(const CZString& other) {
282 cstr_ = other.cstr_;

Callers 2

swapFunction · 0.45
json_value.cppFile · 0.45

Calls 1

swapFunction · 0.50

Tested by

no test coverage detected