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

Method index

src/qt/peertablemodel.cpp:94–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 }
93
94 CNodeCombinedStats *index(int idx)
95 {
96 if (idx >= 0 && idx < cachedNodeStats.size())
97 return &cachedNodeStats[idx];
98
99 return 0;
100 }
101};
102
103PeerTableModel::PeerTableModel(interfaces::Node& node, ClientModel *parent) :

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected