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

Function daemon_conn_send

common/daemon_conn.c:159–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159void daemon_conn_send(struct daemon_conn *dc, const u8 *msg)
160{
161 msg_enqueue(dc->out, msg);
162}
163
164void daemon_conn_send_fd(struct daemon_conn *dc, int fd)
165{

Callers 15

handle_ping_replyFunction · 0.85
handle_pong_inFunction · 0.85
handle_gossip_inFunction · 0.85
handle_custommsgFunction · 0.85
read_body_from_peer_doneFunction · 0.85
send_manual_pingFunction · 0.85
handle_onionFunction · 0.85
inject_onionmsg_reqFunction · 0.85
send_disconnectedFunction · 0.85
peer_connectedFunction · 0.85
connect_failedFunction · 0.85
connect_initFunction · 0.85

Calls 1

msg_enqueueFunction · 0.85

Tested by

no test coverage detected