Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
219
unsigned int CCoinsViewCache::GetCacheSize() const {
220
return cacheCoins.size();
221
}
222
223
CAmount CCoinsViewCache::GetValueIn(const CTransaction& tx) const
224
{
Callers
2
FlushStateToDisk
Function · 0.80
UpdateTip
Function · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected