MCPcopy 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
282std::string Settings::addEnabled(const std::string &str)
283{
284 return applyEnabled(str, true);
285}
286
287std::string Settings::removeEnabled(const std::string &str)
288{

Callers 5

getErrorMessagesMethod · 0.80
parseFromArgsMethod · 0.80
runMethod · 0.80
mainFunction · 0.80
create_settingsFunction · 0.80

Calls

no outgoing calls

Tested by 1

runMethod · 0.64