Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ addEnabled
Method
addEnabled
lib/settings.cpp:282–285 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
280
}
281
282
std::string Settings::addEnabled(const std::string &str)
283
{
284
return applyEnabled(str, true);
285
}
286
287
std::string Settings::removeEnabled(const std::string &str)
288
{
Callers
5
getErrorMessages
Method · 0.80
parseFromArgs
Method · 0.80
run
Method · 0.80
main
Function · 0.80
create_settings
Function · 0.80
Calls
no outgoing calls
Tested by
1
run
Method · 0.64