MCPcopy 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
30CheckStatistics::CheckStatistics(QObject *parent)
31 : QObject(parent)
32{
33 clear();
34}
35
36static void addItem(QMap<QString,unsigned> &m, const QString &key)
37{

Callers

nothing calls this directly

Calls 1

clearFunction · 0.50

Tested by

no test coverage detected