Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
void CStats::AddSends(quint64 size)
51
{
52
m_TotalSends += size;
53
if(GetSendRate() <= 0)
54
emit sigDataChanged();
55
}
56
57
void CStats::AddReceives(quint64 size)
58
{
Callers
4
Start
Method · 0.80
Start
Method · 0.80
OnInit
Method · 0.80
Start
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected