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

Function fatal

wallet/test/run-db.c:80–81  ·  view source on GitHub ↗

Generated stub for fatal */

Source from the content-addressed store, hash-verified

78{ fprintf(stderr, "connect_htlc_out called!\n"); abort(); }
79/* Generated stub for fatal */
80void fatal(const char *fmt UNNEEDED, ...)
81{ fprintf(stderr, "fatal called!\n"); abort(); }
82/* Generated stub for fatal_vfmt */
83void fatal_vfmt(const char *fmt UNNEEDED, va_list ap UNNEEDED)
84{ fprintf(stderr, "fatal_vfmt called!\n"); abort(); }

Callers 15

migrate_from_account_dbFunction · 0.50
json_signpsbtFunction · 0.50
json_sendpsbtFunction · 0.50
json_signmessagewithkeyFunction · 0.50
output_status_in_dbFunction · 0.50
wallet_output_type_in_dbFunction · 0.50
forward_style_in_dbFunction · 0.50
htlc_state_in_dbFunction · 0.50
channel_state_in_dbFunction · 0.50
wallet_addrtype_in_dbFunction · 0.50
payment_status_in_dbFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected