MCPcopy Create free account
hub / github.com/LUX-Core/lux / GetCacheSize

Method GetCacheSize

src/coins.cpp:283–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281}
282
283unsigned int CCoinsViewCache::GetCacheSize() const
284{
285 return cacheCoins.size();
286}
287
288static const CTxOut INVALID_TXOUT = CTxOut();
289

Callers 2

FlushStateToDiskFunction · 0.80
UpdateTipFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected