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

Function memleak_mark_payments

plugins/pay.c:572–575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

570
571#if DEVELOPER
572static void memleak_mark_payments(struct plugin *p, struct htable *memtable)
573{
574 memleak_scan_list_head(memtable, &payments);
575}
576#endif
577
578static const char *init(struct plugin *p,

Callers

nothing calls this directly

Calls 1

memleak_scan_list_headFunction · 0.85

Tested by

no test coverage detected