MCPcopy Create free account
hub / github.com/KDE/kdevelop / repository

Method repository

kdevplatform/language/duchain/topducontext.cpp:39–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38namespace KDevelop {
39Utils::BasicSetRepository* RecursiveImportRepository::repository()
40{
41 static QRecursiveMutex mutex;
42 static Utils::BasicSetRepository recursiveImportRepositoryObject(QStringLiteral("Recursive Imports"), &mutex,
43 &KDevelop::globalItemRepositoryRegistry());
44 return &recursiveImportRepositoryObject;
45}
46
47ReferencedTopDUContext::ReferencedTopDUContext(TopDUContext* context) : m_topContext(context)
48{

Calls

no outgoing calls

Tested by

no test coverage detected