Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ GetCacheSize
Method
GetCacheSize
src/coins.cpp:306–308 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
304
}
305
306
unsigned int CCoinsViewCache::GetCacheSize() const {
307
return cacheCoins.size();
308
}
309
310
bool CCoinsViewCache::HaveInputs(const CTransaction& tx) const
311
{
Callers
9
FlushStateToDisk
Method · 0.80
EXCLUSIVE_LOCKS_REQUIRED
Function · 0.80
CheckCache
Function · 0.80
BOOST_AUTO_TEST_CASE
Function · 0.80
BOOST_AUTO_TEST_CASE
Function · 0.80
SetupSnapshot
Method · 0.80
TestCoinsView
Function · 0.80
utxo_snapshot_fuzz
Function · 0.80
FUZZ_TARGET
Function · 0.80
Calls
1
size
Method · 0.45
Tested by
7
CheckCache
Function · 0.64
BOOST_AUTO_TEST_CASE
Function · 0.64
BOOST_AUTO_TEST_CASE
Function · 0.64
SetupSnapshot
Method · 0.64
TestCoinsView
Function · 0.64
utxo_snapshot_fuzz
Function · 0.64
FUZZ_TARGET
Function · 0.64