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

Method enabledChecks

plugins/clangtidy/config/checklistmodel.cpp:327–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325
326
327QStringList CheckListModel::enabledChecks() const
328{
329 if (m_isDefault) {
330 return QStringList();
331 }
332
333 return m_rootCheckGroup->enabledChecksRules();
334}
335
336void CheckListModel::setEnabledChecks(const QStringList& enabledChecks)
337{

Callers 2

createJobMethod · 0.80
checksMethod · 0.80

Calls 2

QStringListClass · 0.85
enabledChecksRulesMethod · 0.80

Tested by

no test coverage detected