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:32–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
void per_peer_state_fdpass_send(int fd, const struct per_peer_state *pps)
33
{
34
assert(pps->peer_fd != -1);
35
fdpass_send(fd, pps->peer_fd);
36
}
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