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

Function read_from_subd

connectd/multiplex.c:1317–1322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1315}
1316
1317static struct io_plan *read_from_subd(struct io_conn *subd_conn,
1318 struct subd *subd)
1319{
1320 return io_read_wire(subd_conn, subd, &subd->in,
1321 read_from_subd_done, subd);
1322}
1323
1324/* These four function handle peer->subd */
1325static struct io_plan *write_to_subd(struct io_conn *subd_conn,

Callers 1

subd_conn_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected