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

Method analyseWholeProgram

gui/checkthread.cpp:120–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120void CheckThread::analyseWholeProgram(const std::list<FileWithDetails> &files, const std::string& ctuInfo)
121{
122 mFiles = files;
123 mAnalyseWholeProgram = true;
124 mCtuInfo = ctuInfo;
125 start();
126}
127
128void CheckThread::run()
129{

Callers 2

threadDoneMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected