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

Method size

src/qt/transactiontablemodel.cpp:214–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212 }
213
214 int size()
215 {
216 return cachedWallet.size();
217 }
218
219 TransactionRecord* index(interfaces::Wallet& wallet, const uint256& cur_block_hash, const int idx)
220 {

Callers 6

updateWalletMethod · 0.45
indexMethod · 0.45
updateConfirmationsMethod · 0.45
rowCountMethod · 0.45
updateDisplayUnitMethod · 0.45
DispatchNotificationsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected