Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
265
int TransactionTableModel::rowCount(const QModelIndex &parent) const
266
{
267
Q_UNUSED(parent);
268
return priv->size();
269
}
270
271
int TransactionTableModel::columnCount(const QModelIndex &parent) const
272
{
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected