MCPcopy Create free account
hub / github.com/ElementsProject/elements / initialize_parse_univalue

Function initialize_parse_univalue

src/test/fuzz/parse_univalue.cpp:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12#include <string>
13
14void initialize_parse_univalue()
15{
16 static const ECCVerifyHandle verify_handle;
17 SelectParams(CBaseChainParams::REGTEST);
18}
19
20FUZZ_TARGET_INIT(parse_univalue, initialize_parse_univalue)
21{

Callers

nothing calls this directly

Calls 1

SelectParamsFunction · 0.85

Tested by

no test coverage detected