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

Function memleak_status_broken

common/status.c:239–245  ·  view source on GitHub ↗

Print BROKEN status: callback for dump_memleak. */

Source from the content-addressed store, hash-verified

237#if DEVELOPER
238/* Print BROKEN status: callback for dump_memleak. */
239void memleak_status_broken(const char *fmt, ...)
240{
241 va_list ap;
242 va_start(ap, fmt);
243 status_vfmt(LOG_BROKEN, NULL, fmt, ap);
244 va_end(ap);
245}
246#endif

Callers

nothing calls this directly

Calls 1

status_vfmtFunction · 0.85

Tested by

no test coverage detected