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

Function pathForTopContext

kdevplatform/language/duchain/topducontextdynamicdata.cpp:152–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152QString pathForTopContext(const uint topContextIndex)
153{
154 return basePath() + QString::number(topContextIndex);
155}
156
157enum LoadType {
158 PartialLoad, ///< Only load the direct member data

Callers 5

loadTopDUContextDataFunction · 0.85
fileExistsMethod · 0.85
loadDataMethod · 0.85
loadMethod · 0.85
filePathMethod · 0.85

Calls 1

basePathFunction · 0.85

Tested by

no test coverage detected