MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / updateTimer

Method updateTimer

src/qt/clientmodel.cpp:100–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100void ClientModel::updateTimer()
101{
102 // no locking required at this point
103 // the following calls will acquire the required lock
104 Q_EMIT mempoolSizeChanged(m_node.getMempoolSize(), m_node.getMempoolDynamicUsage());
105 Q_EMIT bytesChanged(m_node.getTotalBytesRecv(), m_node.getTotalBytesSent());
106}
107
108void ClientModel::updateNumConnections(int numConnections)
109{

Callers

nothing calls this directly

Calls 4

getMempoolSizeMethod · 0.80
getTotalBytesRecvMethod · 0.80
getTotalBytesSentMethod · 0.80

Tested by

no test coverage detected