Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ initialize_descriptor_parse
Function
initialize_descriptor_parse
src/test/fuzz/descriptor_parse.cpp:74–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
74
void initialize_descriptor_parse()
75
{
76
static ECC_Context ecc_context{};
77
SelectParams(ChainType::MAIN);
78
}
79
80
void initialize_mocked_descriptor_parse()
81
{
Callers
1
initialize_mocked_descriptor_parse
Function · 0.85
Calls
1
SelectParams
Function · 0.85
Tested by
no test coverage detected