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

Function status_io_full

common/status.c:92–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

status_peer_ioFunction · 0.85
status_ioFunction · 0.85

Calls 1

status_sendFunction · 0.85

Tested by

no test coverage detected