MCPcopy 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
86namespace KDevelop {
87ReferenceCountManager::ReferenceCountManager() : m_id(id().fetchAndAddRelaxed(1))
88{
89}
90
91struct ReferenceCountItem
92{

Callers

nothing calls this directly

Calls 1

idFunction · 0.50

Tested by

no test coverage detected