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

Method deleteOnDisk

kdevplatform/language/duchain/topducontextdynamicdata.cpp:415–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

413
414template <class Item>
415void TopDUContextDynamicData::DUChainItemStorage<Item>::deleteOnDisk()
416{
417 for (auto& item : items) {
418 if (item) {
419 item->makeDynamic();
420 }
421 }
422}
423
424template <class Item>
425void TopDUContextDynamicData::DUChainItemStorage<Item>::loadData(QFile* file) const

Callers 1

removeDocumentChainMethod · 0.80

Calls 4

strMethod · 0.80
makeDynamicMethod · 0.45
ownIndexMethod · 0.45
urlMethod · 0.45

Tested by

no test coverage detected