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

Function read_from_subd

connectd/multiplex.c:1003–1008  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1001}
1002
1003static struct io_plan *read_from_subd(struct io_conn *subd_conn,
1004 struct subd *subd)
1005{
1006 return io_read_wire(subd_conn, subd, &subd->in,
1007 read_from_subd_done, subd);
1008}
1009
1010/* These four function handle peer->subd */
1011static 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