MCPcopy 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
21bool IndexedTopDUContext::isLoaded() const
22{
23 if (index())
24 return DUChain::self()->isInMemory(index());
25 else
26 return false;
27}
28
29IndexedString IndexedTopDUContext::url() const
30{

Callers 5

importsMethod · 0.45
importersMethod · 0.45
documentLoadedPrepareMethod · 0.45
runTestMethod · 0.45
TopContextUsesWidgetMethod · 0.45

Calls 2

isInMemoryMethod · 0.80
indexFunction · 0.70

Tested by 1

runTestMethod · 0.36