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

Method checkSetSelection

plugins/clazy/checksetselectionmanager.cpp:134–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134CheckSetSelection CheckSetSelectionManager::checkSetSelection(const QString& checkSetSelectionId) const
135{
136 CheckSetSelection result;
137
138 for (const CheckSetSelection& checkSetSelection : m_checkSetSelections) {
139 if (checkSetSelection.id() == checkSetSelectionId) {
140 result = checkSetSelection;
141 break;
142 }
143 }
144
145 return result;
146}
147
148QString CheckSetSelectionManager::defaultCheckSetSelectionId() const
149{

Callers 1

createJobMethod · 0.45

Calls 1

idMethod · 0.45

Tested by

no test coverage detected