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

Function memleak_mark_bitcoind

plugins/bcli.c:925–928  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

923
924#if DEVELOPER
925static void memleak_mark_bitcoind(struct plugin *p, struct htable *memtable)
926{
927 memleak_scan_obj(memtable, bitcoind);
928}
929#endif
930
931static const char *init(struct plugin *p, const char *buffer UNUSED,

Callers

nothing calls this directly

Calls 1

memleak_scan_objFunction · 0.50

Tested by

no test coverage detected