Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ per_peer_state_fdpass_send
Function
per_peer_state_fdpass_send
common/per_peer_state.c:30–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
void per_peer_state_fdpass_send(int fd, const struct per_peer_state *pps)
31
{
32
assert(pps->peer_fd != -1);
33
fdpass_send(fd, pps->peer_fd);
34
}
Callers
4
send_shutdown_complete
Function · 0.85
main
Function · 0.85
dualopen_shutdown
Function · 0.85
main
Function · 0.85
Calls
1
fdpass_send
Function · 0.85
Tested by
no test coverage detected