Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
95
int 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
102
void msg_wake(const struct msg_queue *q)
103
{
Callers
3
msg_send_next
Function · 0.85
daemon_conn_write_next
Function · 0.85
daemon_conn_sync_flush
Function · 0.85
Calls
1
extract_fd
Function · 0.85
Tested by
no test coverage detected