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

Function inject_peer_msg

connectd/multiplex.c:158–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158void inject_peer_msg(struct peer *peer, const u8 *msg TAKES)
159{
160 status_peer_io(LOG_IO_OUT, &peer->id, msg);
161 msg_enqueue(peer->peer_outq, msg);
162}
163
164void multiplex_final_msg(struct peer *peer, const u8 *final_msg TAKES)
165{

Callers 8

multiplex_final_msgFunction · 0.85
send_pingFunction · 0.85
send_custommsgFunction · 0.85
handle_ping_inFunction · 0.85
send_manual_pingFunction · 0.85
onionmsg_reqFunction · 0.85
handle_onion_messageFunction · 0.85
recv_gossipFunction · 0.85

Calls 2

msg_enqueueFunction · 0.85
status_peer_ioFunction · 0.50

Tested by

no test coverage detected