Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ setEnabled
Method
setEnabled
lib/settings.h:88–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
mFlags &= ~(group.intValue());
87
}
88
void setEnabled(T flag, bool enabled) {
89
if (enabled)
90
enable(flag);
91
else
92
disable(flag);
93
}
94
};
95
96
Callers
15
Settings
Method · 0.80
_checkSuppression
Method · 0.80
simpleEnableGroup
Method · 0.80
SettingsBuilder
Class · 0.80
check_
Method · 0.80
check_
Method · 0.80
create_settings
Function · 0.80
updateStyle
Method · 0.80
createCheckboxItem
Method · 0.80
updateAddonCheckBox
Function · 0.80
checkAllVSConfigs
Method · 0.80
loadFromProjectFile
Method · 0.80
Calls
no outgoing calls
Tested by
4
_checkSuppression
Method · 0.64
simpleEnableGroup
Method · 0.64
check_
Method · 0.64
check_
Method · 0.64