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

Function msg_enqueue

common/msg_queue.c:69–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void msg_enqueue(struct msg_queue *q, const u8 *add)
70{
71 if (q->fd_passing)
72 assert(fromwire_peektype(add) != MSG_PASS_FD);
73 do_enqueue(q, add);
74}
75
76void msg_enqueue_fd(struct msg_queue *q, int fd)
77{

Callers 6

msg_to_peer_outqFunction · 0.85
read_body_from_peer_doneFunction · 0.85
master_wait_sync_replyFunction · 0.85
subd_send_msgFunction · 0.85
daemon_conn_sendFunction · 0.85

Calls 2

fromwire_peektypeFunction · 0.85
do_enqueueFunction · 0.85

Tested by

no test coverage detected