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