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

Function subd_send_fd

lightningd/subd.c:855–858  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

853}
854
855void subd_send_fd(struct subd *sd, int fd)
856{
857 msg_enqueue_fd(sd->outq, fd);
858}
859
860struct subd_req *subd_req_(const tal_t *ctx,
861 struct subd *sd,

Callers 8

restart_dualopendFunction · 0.70
openchannel_initFunction · 0.70
json_queryratesFunction · 0.70
subd_req_Function · 0.70
connect_activate_subdFunction · 0.70
handle_peer_spokeFunction · 0.70
fundchannel_startFunction · 0.70
handle_splice_abortFunction · 0.70

Calls 1

msg_enqueue_fdFunction · 0.85

Tested by

no test coverage detected