Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ dev_disconnect_init
Function
dev_disconnect_init
common/dev_disconnect.c:44–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
void dev_disconnect_init(int fd)
45
{
46
/* So we can move forward if we do use the line. */
47
dev_disconnect_fd = fd;
48
}
49
50
enum dev_disconnect_out dev_disconnect_out(const struct node_id *id, int pkt_type)
51
{
Callers
1
connect_init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected