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

Function plugin_set_memleak_handler

plugins/libplugin.c:2043–2049  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2041}
2042
2043void plugin_set_memleak_handler(struct plugin *plugin,
2044 void (*mark_mem)(struct plugin *plugin,
2045 struct htable *memtable))
2046{
2047 if (plugin->developer)
2048 plugin->mark_mem = mark_mem;
2049}
2050
2051bool command_deprecated_ok_flag(const struct command *cmd)
2052{

Callers 9

initFunction · 0.85
initFunction · 0.85
initFunction · 0.85
initFunction · 0.85
initFunction · 0.85
initFunction · 0.85
initFunction · 0.85
initFunction · 0.85
initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected