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

Function memleak_status_broken

common/status.c:224–230  ·  view source on GitHub ↗

Print BROKEN status: callback for dump_memleak. */

Source from the content-addressed store, hash-verified

222
223/* Print BROKEN status: callback for dump_memleak. */
224void memleak_status_broken(void *unused, const char *fmt, ...)
225{
226 va_list ap;
227 va_start(ap, fmt);
228 status_vfmt(LOG_BROKEN, NULL, fmt, ap);
229 va_end(ap);
230}

Callers

nothing calls this directly

Calls 1

status_vfmtFunction · 0.85

Tested by

no test coverage detected