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

Method effectiveCheckEnabledState

plugins/clangtidy/config/checkgroup.cpp:217–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215}
216
217CheckGroup::EnabledState CheckGroup::effectiveCheckEnabledState(int index) const
218{
219 EnabledState result = m_checksEnabledStates.at(index);
220 if (result == EnabledInherited) {
221 result = effectiveGroupEnabledState();
222 }
223 return result;
224}
225
226void CheckGroup::setGroupEnabledState(CheckGroup::EnabledState groupEnabledState)
227{

Callers 2

collectEnabledChecksMethod · 0.95
dataMethod · 0.80

Calls 1

atMethod · 0.45

Tested by

no test coverage detected