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

Method rowCount

src/qt/transactiontablemodel.cpp:265–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263}
264
265int TransactionTableModel::rowCount(const QModelIndex &parent) const
266{
267 Q_UNUSED(parent);
268 return priv->size();
269}
270
271int TransactionTableModel::columnCount(const QModelIndex &parent) const
272{

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected