Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
283
unsigned int CCoinsViewCache::GetCacheSize() const
284
{
285
return cacheCoins.size();
286
}
287
288
static const CTxOut INVALID_TXOUT = CTxOut();
289
Callers
2
FlushStateToDisk
Function · 0.80
UpdateTip
Function · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected