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

Method columnCount

src/qt/bantablemodel.cpp:102–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102int BanTableModel::columnCount(const QModelIndex &parent) const
103{
104 if (parent.isValid()) {
105 return 0;
106 }
107 return columns.length();
108}
109
110QVariant BanTableModel::data(const QModelIndex &index, int role) const
111{

Callers

nothing calls this directly

Calls 1

isValidMethod · 0.45

Tested by

no test coverage detected