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

Method removeCheckSetSelections

plugins/clangtidy/checksetselectionmanager.cpp:202–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202void CheckSetSelectionManager::removeCheckSetSelections(const QVector<QString>& checkSetSelectionIds)
203{
204 for (const QString& checkSetSelectionId : checkSetSelectionIds) {
205 removeCheckSetSelection(checkSetSelectionId);
206 }
207}
208
209void CheckSetSelectionManager::setDefaultCheckSetSelection(const QString& checkSetSelectionId)
210{

Callers 1

storeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected