Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
102
QString CheckSelection::checks() const
103
{
104
return m_checkListModel->enabledChecks().join(QLatin1Char(
','
));
105
}
106
107
108
bool CheckSelection::event(QEvent* event)
Callers
1
onSelectionChanged
Method · 0.45
Calls
2
join
Method · 0.80
enabledChecks
Method · 0.80
Tested by
no test coverage detected