MCPcopy Create free account
hub / github.com/KDE/kdevelop / deleteDynamicData

Method deleteDynamicData

kdevplatform/language/duchain/duchainregister.cpp:51–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void DUChainItemSystem::deleteDynamicData(DUChainBaseData* data) const
52{
53 if (uint(m_factories.size()) <= data->classId || m_factories[data->classId] == nullptr)
54 return;
55 m_factories[data->classId]->deleteDynamicData(data);
56}
57
58uint DUChainItemSystem::dynamicSize(const DUChainBaseData& data) const
59{

Callers 2

setDataMethod · 0.45
~DUChainBaseMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected