MCPcopy 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
30void 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_completeFunction · 0.85
mainFunction · 0.85
dualopen_shutdownFunction · 0.85
mainFunction · 0.85

Calls 1

fdpass_sendFunction · 0.85

Tested by

no test coverage detected