Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
219
const CNodeCombinedStats *PeerTableModel::getNodeStats(int idx)
220
{
221
return priv->index(idx);
222
}
223
224
void PeerTableModel::refresh()
225
{
Callers
4
peerSelected
Method · 0.80
peerLayoutAboutToChange
Method · 0.80
peerLayoutChanged
Method · 0.80
banSelectedNode
Method · 0.80
Calls
1
index
Method · 0.45
Tested by
no test coverage detected