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

Method size

src/qt/transactiontablemodel.cpp:174–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172 }
173
174 int size()
175 {
176 return cachedWallet.size();
177 }
178
179 TransactionRecord *index(interfaces::Wallet& wallet, int idx)
180 {

Callers 6

updateWalletMethod · 0.45
indexMethod · 0.45
updateConfirmationsMethod · 0.45
rowCountMethod · 0.45
updateDisplayUnitMethod · 0.45
ShowProgressFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected