MCPcopy Create free account
hub / github.com/ElementsProject/elements / rowCount

Method rowCount

src/qt/transactiontablemodel.cpp:294–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292}
293
294int TransactionTableModel::rowCount(const QModelIndex &parent) const
295{
296 if (parent.isValid()) {
297 return 0;
298 }
299 return priv->size();
300}
301
302int TransactionTableModel::columnCount(const QModelIndex &parent) const
303{

Callers

nothing calls this directly

Calls 2

isValidMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected