Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
248
uint256 BlockFilter::GetHash() const
249
{
250
return Hash(GetEncodedFilter());
251
}
252
253
uint256 BlockFilter::ComputeHeader(const uint256& prev_header) const
254
{
Callers
15
ValidateAndStoreHeadersCommitments
Method · 0.45
ValidateAndProcessSingleHeader
Method · 0.45
ValidateAndStoreRedownloadedHeader
Method · 0.45
PopHeadersReadyForAcceptance
Method · 0.45
NextHeadersRequestLocator
Method · 0.45
ConstructBlockHash
Method · 0.45
operator()
Method · 0.45
SerializeDB
Function · 0.45
DeserializeDB
Function · 0.45
OutputTxHash
Function · 0.45
ComputeModifiedMerkleRoot
Function · 0.45
Create
Method · 0.45
Calls
1
Hash
Function · 0.70
Tested by
1
TestBlockValidity
Function · 0.36