MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / GetCacheSize

Method GetCacheSize

src/coins.cpp:195–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195unsigned int CCoinsViewCache::GetCacheSize() const {
196 return cacheCoins.size();
197}
198
199const CTxOut &CCoinsViewCache::GetOutputFor(const CTxIn& input) const
200{

Callers 2

FlushStateToDiskFunction · 0.80
UpdateTipFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected