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

Method clear

kdevplatform/language/util/setrepository.h:493–499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

491 }
492
493 void clear()
494 {
495 QMutexLocker l(m_lockBeforeAccess);
496 m_set = Set();
497 m_temporaryIndices.clear();
498 m_temporaryRemoveIndices.clear();
499 }
500
501 ConvenientIterator<T, Conversion> iterator() const
502 {

Callers 1

applyMethod · 0.45

Calls 1

SetFunction · 0.85

Tested by

no test coverage detected