MCPcopy 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
42int RecentRequestsTableModel::rowCount(const QModelIndex &parent) const
43{
44 if (parent.isValid()) {
45 return 0;
46 }
47 return list.length();
48}
49
50int RecentRequestsTableModel::columnCount(const QModelIndex &parent) const
51{

Callers

nothing calls this directly

Calls 1

isValidMethod · 0.45

Tested by

no test coverage detected