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

Function status_peer_io_short

common/status.c:110–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110static void status_peer_io_short(enum log_level iodir,
111 const struct node_id *peer,
112 const u8 *p)
113{
114 if (!status_peer_io_filter_packettype(p))
115 status_peer_debug(peer, "%s %s",
116 iodir == LOG_IO_OUT ? "peer_out" : "peer_in",
117 peer_wire_name(fromwire_peektype(p)));
118}
119
120void status_peer_io(enum log_level iodir,
121 const struct node_id *peer,

Callers 1

status_peer_ioFunction · 0.85

Calls 2

fromwire_peektypeFunction · 0.85

Tested by

no test coverage detected