Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
apply
Method · 0.45
Calls
1
Set
Function · 0.85
Tested by
no test coverage detected