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

Method checks

plugins/clangtidy/config/checkselection.cpp:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102QString CheckSelection::checks() const
103{
104 return m_checkListModel->enabledChecks().join(QLatin1Char(','));
105}
106
107
108bool CheckSelection::event(QEvent* event)

Callers 1

onSelectionChangedMethod · 0.45

Calls 2

joinMethod · 0.80
enabledChecksMethod · 0.80

Tested by

no test coverage detected