Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
108
uint32_t Object::getRefCount() const noexcept {
109
return _refCount;
110
}
111
112
void Object::cleanup() {
113
if (_weak) _weak->target = nullptr;
Callers
1
create
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected