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

Method index

src/qt/bantablemodel.cpp:72–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 }
71
72 CCombinedBan *index(int idx)
73 {
74 if (idx >= 0 && idx < cachedBanlist.size())
75 return &cachedBanlist[idx];
76
77 return nullptr;
78 }
79};
80
81BanTableModel::BanTableModel(interfaces::Node& node, QObject* parent) :

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected