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

Function reply_closed

plugins/askrene/askrene.c:480–485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

478}
479
480static void reply_closed(struct io_conn *conn, struct router_child *child)
481{
482 child->reply_conn = NULL;
483 if (child->log_conn == NULL)
484 reap_child(child);
485}
486
487static struct io_plan *log_msg_in(struct io_conn *conn,
488 struct router_child *child)

Callers

nothing calls this directly

Calls 1

reap_childFunction · 0.85

Tested by

no test coverage detected