MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / initialize_integer

Function initialize_integer

src/test/fuzz/integer.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43using util::ToString;
44
45void initialize_integer()
46{
47 SelectParams(ChainType::REGTEST);
48}
49
50FUZZ_TARGET(integer, .init = initialize_integer)
51{

Callers

nothing calls this directly

Calls 1

SelectParamsFunction · 0.85

Tested by

no test coverage detected