MCPcopy Create free account
hub / github.com/ElementsProject/lightning / run

Function run

tests/fuzz/fuzz-error-warning.c:32–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32void run(const u8 *data, size_t size)
33{
34 if (setjmp(exit_jmp) != 0)
35 return;
36
37 u8 *msg = tal_dup_arr(tmpctx, u8, data, size, 0);
38 struct per_peer_state pps = { .peer_fd = -1 };
39 handle_peer_error_or_warning(&pps, msg);
40
41 clean_tmpctx();
42}

Callers

nothing calls this directly

Calls 2

clean_tmpctxFunction · 0.85

Tested by

no test coverage detected