Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ CheckStatistics
Method
CheckStatistics
gui/checkstatistics.cpp:30–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
#endif
29
30
CheckStatistics::CheckStatistics(QObject *parent)
31
: QObject(parent)
32
{
33
clear();
34
}
35
36
static void addItem(QMap<QString,unsigned> &m, const QString &key)
37
{
Callers
nothing calls this directly
Calls
1
clear
Function · 0.50
Tested by
no test coverage detected