MCPcopy 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
97int BanTableModel::rowCount(const QModelIndex &parent) const
98{
99 if (parent.isValid()) {
100 return 0;
101 }
102 return priv->size();
103}
104
105int BanTableModel::columnCount(const QModelIndex &parent) const
106{

Callers

nothing calls this directly

Calls 2

isValidMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected