Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ initialize_pow
Function
initialize_pow
src/test/fuzz/pow.cpp:21–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
#include <vector>
20
21
void initialize_pow()
22
{
23
SelectParams(ChainType::MAIN);
24
}
25
26
FUZZ_TARGET(pow, .init = initialize_pow)
27
{
Callers
nothing calls this directly
Calls
1
SelectParams
Function · 0.85
Tested by
no test coverage detected