Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ loadedImporters
Method
loadedImporters
kdevplatform/language/duchain/topducontext.cpp:1006–1010 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1004
}
1005
1006
QList<DUContext*> TopDUContext::loadedImporters() const
1007
{
1008
ENSURE_CAN_READ
1009
return m_local->m_directImporters.values();
1010
}
1011
1012
QVector<DUContext::Import> TopDUContext::importedParentContexts() const
1013
{
Callers
1
doMoreCleanup
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected