MCPcopy Create free account
hub / github.com/ElementsProject/elements / GetCacheSize

Method GetCacheSize

src/coins.cpp:345–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343}
344
345unsigned int CCoinsViewCache::GetCacheSize() const {
346 return cacheCoins.size();
347}
348
349bool CCoinsViewCache::HaveInputs(const CTransaction& tx) const
350{

Callers 5

FlushStateToDiskMethod · 0.80
EXCLUSIVE_LOCKS_REQUIREDFunction · 0.80
BOOST_FIXTURE_TEST_CASEFunction · 0.80
FUZZ_TARGET_INITFunction · 0.80
FUZZ_TARGET_INITFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by 3

BOOST_FIXTURE_TEST_CASEFunction · 0.64
FUZZ_TARGET_INITFunction · 0.64
FUZZ_TARGET_INITFunction · 0.64