Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ FinalizeHash
Function
FinalizeHash
src/kernel/coinstats.cpp:175–178 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
173
}
174
175
static void FinalizeHash(HashWriter& ss, CCoinsStats& stats)
176
{
177
stats.hashSerialized = ss.GetHash();
178
}
179
static void FinalizeHash(MuHash3072& muhash, CCoinsStats& stats)
180
{
181
uint256 out;
Callers
1
ComputeUTXOStats
Function · 0.85
Calls
2
GetHash
Method · 0.45
Finalize
Method · 0.45
Tested by
no test coverage detected