Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ initialize_script_format
Function
initialize_script_format
src/test/fuzz/script_format.cpp:16–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
#include <util/chaintype.h>
15
16
void initialize_script_format()
17
{
18
SelectParams(ChainType::REGTEST);
19
}
20
21
FUZZ_TARGET(script_format, .init = initialize_script_format)
22
{
Callers
nothing calls this directly
Calls
1
SelectParams
Function · 0.85
Tested by
no test coverage detected