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 2

status_sendFunction · 0.70
bad_req_fmtFunction · 0.50

Calls 1

msg_enqueueFunction · 0.85

Tested by

no test coverage detected