MCPcopy Create free account
hub / github.com/KDAB/GammaRay / totalCount

Method totalCount

client/messagestatisticsmodel.cpp:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79int MessageStatisticsModel::Info::totalCount() const
80{
81 return std::accumulate(messageCount.begin(), messageCount.end(), 0);
82}
83
84quint64 MessageStatisticsModel::Info::totalSize() const
85{

Callers 1

headerDataMethod · 0.80

Calls 2

endMethod · 0.80
beginMethod · 0.45

Tested by

no test coverage detected