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

Method index

src/qt/bantablemodel.cpp:156–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156QModelIndex BanTableModel::index(int row, int column, const QModelIndex &parent) const
157{
158 Q_UNUSED(parent);
159 CCombinedBan *data = priv->index(row);
160
161 if (data)
162 return createIndex(row, column, data);
163 return QModelIndex();
164}
165
166void BanTableModel::refresh()
167{

Callers 15

tree_sha512sumFunction · 0.45
find_betweenFunction · 0.45
run_testMethod · 0.45
run_testMethod · 0.45
_stop_perfMethod · 0.45
run_testMethod · 0.45
run_testMethod · 0.45
run_testMethod · 0.45
run_testMethod · 0.45
run_testMethod · 0.45
get_utxoMethod · 0.45
drop_originsFunction · 0.45

Calls 1

QModelIndexClass · 0.70

Tested by 3

_stop_perfMethod · 0.36
_stop_perfMethod · 0.36
FindTxFunction · 0.36