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

Method managedDocuments

kdevplatform/language/backgroundparser/backgroundparser.cpp:890–896  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

888}
889
890QList<IndexedString> BackgroundParser::managedDocuments()
891{
892 Q_D(BackgroundParser);
893
894 QMutexLocker l(&d->m_managedMutex);
895 return d->m_managed.keys();
896}
897
898bool BackgroundParser::waitForIdle() const
899{

Callers 2

documentActivatedMethod · 0.80
updateFilesMethod · 0.80

Calls 1

keysMethod · 0.45

Tested by

no test coverage detected