Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ isLoaded
Method
isLoaded
kdevplatform/language/duchain/indexedtopducontext.cpp:21–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
bool IndexedTopDUContext::isLoaded() const
22
{
23
if (index())
24
return DUChain::self()->isInMemory(index());
25
else
26
return false;
27
}
28
29
IndexedString IndexedTopDUContext::url() const
30
{
Callers
5
imports
Method · 0.45
importers
Method · 0.45
documentLoadedPrepare
Method · 0.45
runTest
Method · 0.45
TopContextUsesWidget
Method · 0.45
Calls
2
isInMemory
Method · 0.80
index
Function · 0.70
Tested by
1
runTest
Method · 0.36