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

Method Comments

external/jsoncpp/jsoncpp.cpp:3806–3807  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3804bool Value::isObject() const { return type() == objectValue; }
3805
3806Value::Comments::Comments(const Comments &that)
3807 : ptr_{cloneUnique(that.ptr_)} {}
3808
3809Value::Comments::Comments(Comments &&that) : ptr_{std::move(that.ptr_)} {}
3810

Callers

nothing calls this directly

Calls 1

cloneUniqueFunction · 0.85

Tested by

no test coverage detected