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

Method setupCheckThread

gui/threadhandler.cpp:89–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89void ThreadHandler::setupCheckThread(CheckThread &thread) const
90{
91 thread.setAddonsAndTools(mCheckAddonsAndTools);
92 thread.setSuppressions(mSuppressionsUI);
93 thread.setClangIncludePaths(mClangIncludePaths);
94 thread.setSettings(mCheckSettings, mCheckSuppressions);
95}
96
97void ThreadHandler::check(const Settings &settings, const std::shared_ptr<Suppressions>& supprs)
98{

Callers

nothing calls this directly

Calls 4

setAddonsAndToolsMethod · 0.80
setClangIncludePathsMethod · 0.80
setSettingsMethod · 0.80
setSuppressionsMethod · 0.45

Tested by

no test coverage detected