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:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32void 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_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