Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ init
Function
init
tests/fuzz/fuzz-addr.c:8–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
#include <common/setup.h>
7
8
void init(int *argc, char ***argv)
9
{
10
chainparams = chainparams_for_network(
"bitcoin"
);
11
common_setup(
"fuzzer"
);
12
}
13
14
void run(const uint8_t *data, size_t size)
15
{
Callers
1
LLVMFuzzerInitialize
Function · 0.70
Calls
2
chainparams_for_network
Function · 0.85
common_setup
Function · 0.85
Tested by
no test coverage detected