MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / SaltedOutpointHasher

Method SaltedOutpointHasher

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

Source from the content-addressed store, hash-verified

30size_t CCoinsViewBacked::EstimateSize() const { return base->EstimateSize(); }
31
32SaltedOutpointHasher::SaltedOutpointHasher() : k0(GetRand(std::numeric_limits<uint64_t>::max())), k1(GetRand(std::numeric_limits<uint64_t>::max())) {}
33
34CCoinsViewCache::CCoinsViewCache(CCoinsView *baseIn) : CCoinsViewBacked(baseIn), cachedCoinsUsage(0) {}
35

Callers

nothing calls this directly

Calls 2

GetRandFunction · 0.85
maxFunction · 0.85

Tested by

no test coverage detected