Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
159
void daemon_conn_send(struct daemon_conn *dc, const u8 *msg)
160
{
161
msg_enqueue(dc->out, msg);
162
}
163
164
void daemon_conn_send_fd(struct daemon_conn *dc, int fd)
165
{
Callers
2
status_send
Function · 0.70
bad_req_fmt
Function · 0.50
Calls
1
msg_enqueue
Function · 0.85
Tested by
no test coverage detected