Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ usingImportsCache
Method
usingImportsCache
kdevplatform/language/duchain/topducontext.cpp:457–460 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
455
}
456
457
bool TopDUContext::usingImportsCache() const
458
{
459
return !d_func()->m_importsCache.isEmpty();
460
}
461
462
CursorInRevision TopDUContext::importPosition(const DUContext* target) const
463
{
Callers
7
loadChain
Method · 0.80
clearImportedContextsRecursively
Method · 0.80
addImportedContextRecursively
Method · 0.80
removeImportedContextRecursively
Method · 0.80
removeImportedContextsRecursively
Method · 0.80
addImportedContextRecursion
Method · 0.80
removeImportedContextRecursion
Method · 0.80
Calls
1
isEmpty
Method · 0.45
Tested by
no test coverage detected