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

Method rowCount

src/qt/optionsmodel.cpp:246–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244}
245
246int OptionsModel::rowCount(const QModelIndex & parent) const
247{
248 return OptionIDRowCount;
249}
250
251struct ProxySetting {
252 bool is_set;

Callers 3

writeMethod · 0.45
FindTxFunction · 0.45
TestGUIFunction · 0.45

Calls

no outgoing calls

Tested by 2

FindTxFunction · 0.36
TestGUIFunction · 0.36