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

Function log_closed

plugins/askrene/askrene.c:473–478  ·  view source on GitHub ↗

Last one out finalizes */

Source from the content-addressed store, hash-verified

471
472/* Last one out finalizes */
473static void log_closed(struct io_conn *conn, struct router_child *child)
474{
475 child->log_conn = NULL;
476 if (child->reply_conn == NULL)
477 reap_child(child);
478}
479
480static void reply_closed(struct io_conn *conn, struct router_child *child)
481{

Callers

nothing calls this directly

Calls 1

reap_childFunction · 0.85

Tested by

no test coverage detected