Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
135
bool ThreadHandler::isChecking() const
136
{
137
return mRunningThreadCount > 0 || mAnalyseWholeProgram;
138
}
139
140
void ThreadHandler::createThreads(const int count)
141
{
Callers
3
contextMenuEvent
Method · 0.45
reAnalyzeSelected
Method · 0.45
closeEvent
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected