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

Method callDestructor

kdevplatform/language/duchain/duchainregister.cpp:37–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void DUChainItemSystem::callDestructor(DUChainBaseData* data) const
38{
39 if (uint(m_factories.size()) <= data->classId || m_factories[data->classId] == nullptr)
40 return;
41 m_factories[data->classId]->callDestructor(data);
42}
43
44void DUChainItemSystem::freeDynamicData(KDevelop::DUChainBaseData* data) const
45{

Callers 2

setDataMethod · 0.45
makeDynamicMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected