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

Method isOnDisk

kdevplatform/language/duchain/topducontext.cpp:1117–1121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1115}
1116
1117bool TopDUContext::isOnDisk() const
1118{
1119 ///@todo Change this to releasingToDisk, and only enable it while saving a top-context to disk.
1120 return m_dynamicData->isOnDisk();
1121}
1122
1123void TopDUContext::clearUsedDeclarationIndices()
1124{

Callers 5

~DeclarationMethod · 0.45
~FunctionDefinitionMethod · 0.45
~DUContextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected