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

Function status_io_full

common/status.c:94–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94static void status_io_full(enum log_level iodir,
95 const struct node_id *peer,
96 const char *who, const u8 *p)
97{
98 status_send(take(towire_status_io(NULL, iodir, peer, who, p)));
99}
100
101static bool status_peer_io_filter_packettype(const u8 *p)
102{

Callers 2

status_peer_ioFunction · 0.85
status_ioFunction · 0.85

Calls 2

status_sendFunction · 0.85
towire_status_ioFunction · 0.85

Tested by

no test coverage detected