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

Function handle_dev_memleak

tests/plugins/channeld_fakenet.c:1031–1035  ·  view source on GitHub ↗

We don't care, but lightningd expects channeld to respond. */

Source from the content-addressed store, hash-verified

1029
1030/* We don't care, but lightningd expects channeld to respond. */
1031static void handle_dev_memleak(struct info *info, const u8 *msg)
1032{
1033 daemon_conn_send(info->dc,
1034 take(towire_channeld_dev_memleak_reply(NULL, false)));
1035}
1036
1037static struct channel *handle_init(struct info *info, const u8 *init_msg)
1038{

Callers 1

recv_reqFunction · 0.70

Calls 1

daemon_conn_sendFunction · 0.85

Tested by

no test coverage detected