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

Function status_backtrace_print

common/subdaemon.c:7–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include <stdio.h>
6
7static void status_backtrace_print(const char *fmt, ...)
8{
9 va_list ap;
10
11 va_start(ap, fmt);
12 status_vfmt(LOG_BROKEN, NULL, fmt, ap);
13 va_end(ap);
14}
15
16static void status_backtrace_exit(void)
17{

Callers

nothing calls this directly

Calls 1

status_vfmtFunction · 0.85

Tested by

no test coverage detected