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

Method rowCount

src/qt/peertablemodel.cpp:138–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138int PeerTableModel::rowCount(const QModelIndex &parent) const
139{
140 Q_UNUSED(parent);
141 return priv->size();
142}
143
144int PeerTableModel::columnCount(const QModelIndex &parent) const
145{

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected