MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / GetHash

Method GetHash

src/blockfilter.cpp:248–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248uint256 BlockFilter::GetHash() const
249{
250 return Hash(GetEncodedFilter());
251}
252
253uint256 BlockFilter::ComputeHeader(const uint256& prev_header) const
254{

Callers 15

ConstructBlockHashMethod · 0.45
operator()Method · 0.45
SerializeDBFunction · 0.45
DeserializeDBFunction · 0.45
OutputTxHashFunction · 0.45
CreateMethod · 0.45

Calls 1

HashFunction · 0.70

Tested by 1

TestBlockValidityFunction · 0.36