MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / rowCount

Method rowCount

src/qt/optionsmodel.cpp:206–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206int OptionsModel::rowCount(const QModelIndex & parent) const
207{
208 return OptionIDRowCount;
209}
210
211struct ProxySetting {
212 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