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

Method stop

gui/checkthread.cpp:340–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338}
339
340void CheckThread::stop()
341{
342 mState = Stopping;
343 Settings::terminate();
344}
345
346void CheckThread::parseClangErrors(const QString &tool, const QString &file0, QString err)
347{

Callers 2

closeEventMethod · 0.45
stopAnalysisMethod · 0.45

Calls 1

terminateFunction · 0.85

Tested by

no test coverage detected