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

Method isChecking

gui/threadhandler.cpp:135–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135bool ThreadHandler::isChecking() const
136{
137 return mRunningThreadCount > 0 || mAnalyseWholeProgram;
138}
139
140void ThreadHandler::createThreads(const int count)
141{

Callers 3

contextMenuEventMethod · 0.45
reAnalyzeSelectedMethod · 0.45
closeEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected