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

Function gossmap_logcb

gossipd/gossmap_manage.c:483–493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

481static void reprocess_queued_msgs(struct gossmap_manage *gm);
482
483static void gossmap_logcb(struct gossmap_manage *gm,
484 enum log_level level,
485 const char *fmt,
486 ...)
487{
488 va_list ap;
489
490 va_start(ap, fmt);
491 status_vfmt(level, NULL, fmt, ap);
492 va_end(ap);
493}
494
495static void gossmap_add_dying_chan(struct short_channel_id scid,
496 u32 blockheight,

Callers

nothing calls this directly

Calls 1

status_vfmtFunction · 0.85

Tested by

no test coverage detected