Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ initialize_key_io
Function
initialize_key_io
src/test/fuzz/key_io.cpp:15–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
#include <vector>
14
15
void initialize_key_io()
16
{
17
static ECC_Context ecc_context{};
18
SelectParams(ChainType::MAIN);
19
}
20
21
FUZZ_TARGET(key_io, .init = initialize_key_io)
22
{
Callers
nothing calls this directly
Calls
1
SelectParams
Function · 0.85
Tested by
no test coverage detected