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

Function initialize_integer

src/test/fuzz/integer.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39#include <vector>
40
41void initialize_integer()
42{
43 SelectParams(CBaseChainParams::REGTEST);
44}
45
46FUZZ_TARGET_INIT(integer, initialize_integer)
47{

Callers

nothing calls this directly

Calls 1

SelectParamsFunction · 0.85

Tested by

no test coverage detected