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

Method enabledChecksCount

plugins/clangtidy/config/checkgroup.cpp:272–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270}
271
272int CheckGroup::enabledChecksCount() const
273{
274 updateData();
275 return m_enabledChecksCount;
276}
277
278bool CheckGroup::hasSubGroupWithExplicitEnabledState() const
279{

Callers 3

doTestResultMethod · 0.80
updateDataMethod · 0.80
dataMethod · 0.80

Calls

no outgoing calls

Tested by 1

doTestResultMethod · 0.64