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

Function status_send_fatal

common/status.c:200–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200void status_send_fatal(const u8 *msg TAKES)
201{
202 int reason = fromwire_peektype(msg);
203 breakpoint();
204 status_send(msg);
205
206 flush_and_exit(reason);
207}
208
209/* FIXME: rename to status_fatal, s/fail/fatal/ in status_failreason enums */
210void status_failed(enum status_failreason reason, const char *fmt, ...)

Callers 3

hsmd_status_failedFunction · 0.85
status_failedFunction · 0.85

Calls 4

breakpointFunction · 0.85
status_sendFunction · 0.85
flush_and_exitFunction · 0.85
fromwire_peektypeFunction · 0.50

Tested by

no test coverage detected