Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
79
int MessageStatisticsModel::Info::totalCount() const
80
{
81
return std::accumulate(messageCount.begin(), messageCount.end(), 0);
82
}
83
84
quint64 MessageStatisticsModel::Info::totalSize() const
85
{
Callers
1
headerData
Method · 0.80
Calls
2
end
Method · 0.80
begin
Method · 0.45
Tested by
no test coverage detected