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

Function initialize_descriptor_parse

src/test/fuzz/descriptor_parse.cpp:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8#include <test/fuzz/fuzz.h>
9
10void initialize_descriptor_parse()
11{
12 static const ECCVerifyHandle verify_handle;
13 ECC_Start();
14 SelectParams(CBaseChainParams::MAIN);
15}
16
17FUZZ_TARGET_INIT(descriptor_parse, initialize_descriptor_parse)
18{

Callers

nothing calls this directly

Calls 2

ECC_StartFunction · 0.85
SelectParamsFunction · 0.85

Tested by

no test coverage detected