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

Method setCheckFiles

gui/threadhandler.cpp:75–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75void ThreadHandler::setCheckFiles(bool all)
76{
77 if (mRunningThreadCount == 0) {
78 mResults.setFiles(getReCheckFiles(all));
79 }
80}
81
82void ThreadHandler::setCheckFiles(std::list<FileWithDetails> files)
83{

Callers 3

doAnalyzeFilesMethod · 0.80
reAnalyzeSelectedMethod · 0.80
reAnalyzeMethod · 0.80

Calls 1

setFilesMethod · 0.45

Tested by

no test coverage detected