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

Method enabledChecksRules

plugins/clangtidy/config/checkgroup.cpp:134–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134QStringList CheckGroup::enabledChecksRules() const
135{
136 QStringList result;
137 collectEnabledChecks(result);
138 return result;
139}
140
141void CheckGroup::collectEnabledChecks(QStringList& enabledChecks) const
142{

Callers 2

testSetEnabledChecksMethod · 0.80
enabledChecksMethod · 0.80

Calls

no outgoing calls

Tested by 1

testSetEnabledChecksMethod · 0.64