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

Method getNodeStats

src/qt/peertablemodel.cpp:219–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219const CNodeCombinedStats *PeerTableModel::getNodeStats(int idx)
220{
221 return priv->index(idx);
222}
223
224void PeerTableModel::refresh()
225{

Callers 4

peerSelectedMethod · 0.80
peerLayoutChangedMethod · 0.80
banSelectedNodeMethod · 0.80

Calls 1

indexMethod · 0.45

Tested by

no test coverage detected