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

Method isQueued

kdevplatform/language/backgroundparser/backgroundparser.cpp:757–764  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

755}
756
757bool BackgroundParser::isQueued(const IndexedString& url) const
758{
759 Q_D(const BackgroundParser);
760
761 Q_ASSERT(isValidURL(url));
762 QMutexLocker lock(&d->m_mutex);
763 return d->m_documents.contains(url);
764}
765
766int BackgroundParser::queuedCount() const
767{

Calls 2

isValidURLFunction · 0.85
containsMethod · 0.45