Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
using util::ToString;
44
45
void initialize_integer()
46
{
47
SelectParams(ChainType::REGTEST);
48
}
49
50
FUZZ_TARGET(integer, .init = initialize_integer)
51
{
Callers
nothing calls this directly
Calls
1
SelectParams
Function · 0.85
Tested by
no test coverage detected