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

Method stopAnalysis

gui/mainwindow.cpp:1773–1781  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1771}
1772
1773void MainWindow::stopAnalysis()
1774{
1775 mThread->stop();
1776 mUI->mResults->stopAnalysis();
1777 const QString &lastResults = getLastResults();
1778 if (!lastResults.isEmpty()) {
1779 mUI->mResults->updateFromOldReport(lastResults);
1780 }
1781}
1782
1783void MainWindow::openHelpContents()
1784{

Callers

nothing calls this directly

Calls 3

isEmptyMethod · 0.80
stopMethod · 0.45
updateFromOldReportMethod · 0.45

Tested by

no test coverage detected