Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ rowCount
Method
rowCount
src/qt/bantablemodel.cpp:97–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
}
96
97
int BanTableModel::rowCount(const QModelIndex &parent) const
98
{
99
if (parent.isValid()) {
100
return 0;
101
}
102
return priv->size();
103
}
104
105
int BanTableModel::columnCount(const QModelIndex &parent) const
106
{
Callers
nothing calls this directly
Calls
2
isValid
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected