MCPcopy 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
36static void addItem(QMap<QString,unsigned> &m, const QString &key)
37{
38 m[key]++;
39}
40
41void CheckStatistics::addItem(const QString &tool, ShowTypes::ShowType type)
42{

Callers 2

SelectFontWeightComboMethod · 0.85
addItemMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected