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

Method storeToDisk

kdevplatform/language/duchain/duchain.cpp:1896–1904  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1894}
1895
1896void DUChain::storeToDisk()
1897{
1898 bool wasDisabled = sdDUChainPrivate->m_cleanupDisabled;
1899 sdDUChainPrivate->m_cleanupDisabled = false;
1900
1901 sdDUChainPrivate->doMoreCleanup();
1902
1903 sdDUChainPrivate->m_cleanupDisabled = wasDisabled;
1904}
1905
1906bool DUChain::compareToDisk()
1907{

Calls 1

doMoreCleanupMethod · 0.80