Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
138
int PeerTableModel::rowCount(const QModelIndex &parent) const
139
{
140
Q_UNUSED(parent);
141
return priv->size();
142
}
143
144
int PeerTableModel::columnCount(const QModelIndex &parent) const
145
{
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected