| 923 | |
| 924 | #if DEVELOPER |
| 925 | static void memleak_mark_bitcoind(struct plugin *p, struct htable *memtable) |
| 926 | { |
| 927 | memleak_scan_obj(memtable, bitcoind); |
| 928 | } |
| 929 | #endif |
| 930 | |
| 931 | static const char *init(struct plugin *p, const char *buffer UNUSED, |
nothing calls this directly
no test coverage detected