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

Method setSettings

gui/checkthread.cpp:113–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111{}
112
113void CheckThread::setSettings(const Settings &settings, std::shared_ptr<Suppressions> supprs)
114{
115 mFiles.clear();
116 mSettings = settings; // this is a copy
117 mSuppressions = std::move(supprs);
118}
119
120void CheckThread::analyseWholeProgram(const std::list<FileWithDetails> &files, const std::string& ctuInfo)
121{

Callers 1

setupCheckThreadMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected