Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ ReferenceCountManager
Method
ReferenceCountManager
kdevplatform/serialization/referencecounting.cpp:87–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
86
namespace KDevelop {
87
ReferenceCountManager::ReferenceCountManager() : m_id(id().fetchAndAddRelaxed(1))
88
{
89
}
90
91
struct ReferenceCountItem
92
{
Callers
nothing calls this directly
Calls
1
id
Function · 0.50
Tested by
no test coverage detected