Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ rowCount
Method
rowCount
src/qt/recentrequeststablemodel.cpp:42–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
int RecentRequestsTableModel::rowCount(const QModelIndex &parent) const
43
{
44
if (parent.isValid()) {
45
return 0;
46
}
47
return list.length();
48
}
49
50
int RecentRequestsTableModel::columnCount(const QModelIndex &parent) const
51
{
Callers
nothing calls this directly
Calls
1
isValid
Method · 0.45
Tested by
no test coverage detected