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

Method refresh

src/qt/peertablemodel.cpp:224–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224void PeerTableModel::refresh()
225{
226 Q_EMIT layoutAboutToBeChanged();
227 priv->refreshPeers(m_node);
228 Q_EMIT layoutChanged();
229}
230
231int PeerTableModel::getRowByNodeId(NodeId nodeid)
232{

Callers

nothing calls this directly

Calls 1

refreshPeersMethod · 0.80

Tested by

no test coverage detected