MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / Comments

Method Comments

Sources/Dependencies/jsoncpp/value.cpp:1574–1576  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1572 }
1573
1574 Value::Comments::Comments(const Comments& that)
1575 : ptr_ { cloneUnique(that.ptr_) } {
1576 }
1577
1578 Value::Comments::Comments(Comments&& that) noexcept
1579 : ptr_ { std::move(that.ptr_) } {

Callers

nothing calls this directly

Calls 1

cloneUniqueFunction · 0.85

Tested by

no test coverage detected