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

Method index

src/qt/peertablemodel.cpp:209–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209QModelIndex PeerTableModel::index(int row, int column, const QModelIndex &parent) const
210{
211 Q_UNUSED(parent);
212 CNodeCombinedStats *data = priv->index(row);
213
214 if (data)
215 return createIndex(row, column, data);
216 return QModelIndex();
217}
218
219const CNodeCombinedStats *PeerTableModel::getNodeStats(int idx)
220{

Callers 1

getNodeStatsMethod · 0.45

Calls 1

QModelIndexClass · 0.70

Tested by

no test coverage detected