MCPcopy 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
8void init(int *argc, char ***argv)
9{
10 chainparams = chainparams_for_network("bitcoin");
11 common_setup("fuzzer");
12}
13
14void run(const uint8_t *data, size_t size)
15{

Callers 1

LLVMFuzzerInitializeFunction · 0.70

Calls 2

chainparams_for_networkFunction · 0.85
common_setupFunction · 0.85

Tested by

no test coverage detected