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

Method setCheckSettings

gui/resultsview.cpp:312–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310}
311
312void ResultsView::setCheckSettings(const Settings &settings)
313{
314 delete mCheckSettings;
315 mCheckSettings = new Settings;
316 *mCheckSettings = settings;
317}
318
319void ResultsView::checkingStarted(int count)
320{

Callers 4

doAnalyzeProjectMethod · 0.80
doAnalyzeFilesMethod · 0.80
reAnalyzeSelectedMethod · 0.80
reAnalyzeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected