Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
195
unsigned int CCoinsViewCache::GetCacheSize() const {
196
return cacheCoins.size();
197
}
198
199
const CTxOut &CCoinsViewCache::GetOutputFor(const CTxIn& input) const
200
{
Callers
2
FlushStateToDisk
Function · 0.80
UpdateTip
Function · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected