MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / rowCount

Method rowCount

src/qt/bantablemodel.cpp:94–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92BanTableModel::~BanTableModel() = default;
93
94int BanTableModel::rowCount(const QModelIndex &parent) const
95{
96 if (parent.isValid()) {
97 return 0;
98 }
99 return priv->size();
100}
101
102int BanTableModel::columnCount(const QModelIndex &parent) const
103{

Callers

nothing calls this directly

Calls 2

isValidMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected