MCPcopy Create free account
hub / github.com/ElementsProject/lightning / dev_disconnect_init

Function dev_disconnect_init

common/dev_disconnect.c:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void dev_disconnect_init(int fd)
49{
50 /* So we can move forward if we do use the line. */
51 dev_disconnect_fd = fd;
52}
53
54enum dev_disconnect dev_disconnect(const struct node_id *id, int pkt_type)
55{

Callers 1

connect_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected