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

Method dynamicSize

kdevplatform/language/duchain/duchainregister.cpp:58–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58uint DUChainItemSystem::dynamicSize(const DUChainBaseData& data) const
59{
60 if (uint(m_factories.size()) <= data.classId || m_factories[data.classId] == nullptr)
61 return 0;
62 return m_factories[data.classId]->dynamicSize(data);
63}
64
65uint DUChainItemSystem::dataClassSize(const DUChainBaseData& data) const
66{

Callers 8

itemSizeMethod · 0.45
makeDynamicMethod · 0.45
saveDUChainItemFunction · 0.45
verifyDataInfoFunction · 0.45
storeMethod · 0.45
writeDataInfoMethod · 0.45
itemSizeMethod · 0.45
createItemMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected