MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / getRefCount

Method getRefCount

Source/Basic/Object.cpp:108–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108uint32_t Object::getRefCount() const noexcept {
109 return _refCount;
110}
111
112void Object::cleanup() {
113 if (_weak) _weak->target = nullptr;

Callers 1

createMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected