Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ addItem
Function
addItem
gui/checkstatistics.cpp:36–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
static void addItem(QMap<QString,unsigned> &m, const QString &key)
37
{
38
m[key]++;
39
}
40
41
void CheckStatistics::addItem(const QString &tool, ShowTypes::ShowType type)
42
{
Callers
2
SelectFontWeightCombo
Method · 0.85
addItem
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected