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

Method effectiveGroupEnabledState

plugins/clangtidy/config/checkgroup.cpp:202–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202CheckGroup::EnabledState CheckGroup::effectiveGroupEnabledState() const
203{
204 EnabledState result = m_groupEnabledState;
205 if (result == EnabledInherited) {
206 Q_ASSERT(m_superGroup);
207 result = m_superGroup->effectiveGroupEnabledState();
208 }
209 return result;
210}
211
212CheckGroup::EnabledState CheckGroup::checkEnabledState(int index) const
213{

Callers 3

collectEnabledChecksMethod · 0.95
dataMethod · 0.80
setDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected