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

Method GetCacheSize

src/coins.cpp:219–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219unsigned int CCoinsViewCache::GetCacheSize() const {
220 return cacheCoins.size();
221}
222
223CAmount CCoinsViewCache::GetValueIn(const CTransaction& tx) const
224{

Callers 2

FlushStateToDiskFunction · 0.80
UpdateTipFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected