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

Function subd_send_fd

lightningd/subd.c:844–847  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

842}
843
844void subd_send_fd(struct subd *sd, int fd)
845{
846 msg_enqueue_fd(sd->outq, fd);
847}
848
849struct subd_req *subd_req_(const tal_t *ctx,
850 struct subd *sd,

Callers 6

json_openchannel_initFunction · 0.70
json_queryratesFunction · 0.70
subd_req_Function · 0.70
connect_activate_subdFunction · 0.70
peer_spokeFunction · 0.70
json_fundchannel_startFunction · 0.70

Calls 1

msg_enqueue_fdFunction · 0.85

Tested by

no test coverage detected