MCPcopy Create free account
hub / github.com/Samsung/ONE / Comments

Method Comments

runtime/3rdparty/jsoncpp/jsoncpp.cpp:4096–4096  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4094bool Value::isObject() const { return type() == objectValue; }
4095
4096Value::Comments::Comments(const Comments &that) : ptr_{cloneUnique(that.ptr_)} {}
4097
4098Value::Comments::Comments(Comments &&that) noexcept : ptr_{std::move(that.ptr_)} {}
4099

Callers

nothing calls this directly

Calls 1

cloneUniqueFunction · 0.85

Tested by

no test coverage detected