Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
void initialize_integer()
42
{
43
SelectParams(CBaseChainParams::REGTEST);
44
}
45
46
FUZZ_TARGET_INIT(integer, initialize_integer)
47
{
Callers
nothing calls this directly
Calls
1
SelectParams
Function · 0.85
Tested by
no test coverage detected