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

Function msg_extract_fd

common/msg_queue.c:95–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95int msg_extract_fd(const struct msg_queue *q, const u8 *msg)
96{
97 assert(q->fd_passing);
98
99 return extract_fd(msg);
100}
101
102void msg_wake(const struct msg_queue *q)
103{

Callers 3

msg_send_nextFunction · 0.85
daemon_conn_write_nextFunction · 0.85
daemon_conn_sync_flushFunction · 0.85

Calls 1

extract_fdFunction · 0.85

Tested by

no test coverage detected