Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
152
QString pathForTopContext(const uint topContextIndex)
153
{
154
return basePath() + QString::number(topContextIndex);
155
}
156
157
enum LoadType {
158
PartialLoad, ///< Only load the direct member data
Callers
5
loadTopDUContextData
Function · 0.85
fileExists
Method · 0.85
loadData
Method · 0.85
load
Method · 0.85
filePath
Method · 0.85
Calls
1
basePath
Function · 0.85
Tested by
no test coverage detected