Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ init
Function
init
tests/fuzz/fuzz-error-warning.c:26–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
/* MOCKS END */
25
26
void init(int *argc, char ***argv)
27
{
28
int devnull = open(
"/dev/null"
, O_WRONLY);
29
status_setup_sync(devnull);
30
}
31
32
void run(const u8 *data, size_t size)
33
{
Callers
nothing calls this directly
Calls
1
status_setup_sync
Function · 0.50
Tested by
no test coverage detected