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

Function status_peer_io_short

common/status.c:112–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

status_peer_ioFunction · 0.85

Calls 3

peer_wire_nameFunction · 0.50
fromwire_peektypeFunction · 0.50

Tested by

no test coverage detected