MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / Settings

Method Settings

lib/settings.cpp:67–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67Settings::Settings()
68{
69 severity.setEnabled(Severity::error, true);
70 certainty.setEnabled(Certainty::normal, true);
71 setCheckLevel(Settings::CheckLevel::exhaustive);
72 executor = defaultExecutor();
73 pid = getPid();
74}
75
76Settings::~Settings() = default;
77

Callers

nothing calls this directly

Calls 2

getPidFunction · 0.85
setEnabledMethod · 0.80

Tested by

no test coverage detected