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

Function fatal

lightningd/log.c:1133–1140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1131}
1132
1133void fatal(const char *fmt, ...)
1134{
1135 va_list ap;
1136
1137 va_start(ap, fmt);
1138 fatal_vfmt(fmt, ap);
1139 va_end(ap);
1140}
1141
1142struct log_info {
1143 enum log_level level;

Callers 15

check_channel_gossipFunction · 0.70
addgossip_replyFunction · 0.70
sign_updateFunction · 0.70
set_gossip_stateFunction · 0.70
update_gossip_stateFunction · 0.70

Calls 1

fatal_vfmtFunction · 0.70

Tested by

no test coverage detected