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

Function fatal

lightningd/log.c:859–866  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

857}
858
859void fatal(const char *fmt, ...)
860{
861 va_list ap;
862
863 va_start(ap, fmt);
864 fatal_vfmt(fmt, ap);
865 va_end(ap);
866}
867
868struct log_info {
869 enum log_level level;

Callers 15

hook_extract_psbtFunction · 0.70
hook_extract_amountFunction · 0.70
check_configFunction · 0.70
handle_early_optsFunction · 0.70
clear_otx_channelFunction · 0.70
remove_tipFunction · 0.70
check_blockcountFunction · 0.70

Calls 1

fatal_vfmtFunction · 0.85

Tested by

no test coverage detected