MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / AddSends

Method AddSends

Src/ParameterCompone/Stats.cpp:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void CStats::AddSends(quint64 size)
51{
52 m_TotalSends += size;
53 if(GetSendRate() <= 0)
54 emit sigDataChanged();
55}
56
57void CStats::AddReceives(quint64 size)
58{

Callers 4

StartMethod · 0.80
StartMethod · 0.80
OnInitMethod · 0.80
StartMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected