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

Function daemon_conn_send

connectd/test/run-netaddress.c:57–58  ·  view source on GitHub ↗

Generated stub for daemon_conn_send */

Source from the content-addressed store, hash-verified

55{ fprintf(stderr, "daemon_conn_queue_length called!\n"); abort(); }
56/* Generated stub for daemon_conn_send */
57void daemon_conn_send(struct daemon_conn *dc UNNEEDED, const u8 *msg UNNEEDED)
58{ fprintf(stderr, "daemon_conn_send called!\n"); abort(); }
59/* Generated stub for daemon_conn_sync_flush */
60bool daemon_conn_sync_flush(struct daemon_conn *dc UNNEEDED)
61{ fprintf(stderr, "daemon_conn_sync_flush called!\n"); abort(); }

Callers 12

handle_ping_replyFunction · 0.50
handle_gossip_inFunction · 0.50
handle_custommsgFunction · 0.50
read_body_from_peer_doneFunction · 0.50
send_manual_pingFunction · 0.50
handle_onion_messageFunction · 0.50
destroy_peerFunction · 0.50
peer_connectedFunction · 0.50
connect_failedFunction · 0.50
connect_initFunction · 0.50
connect_activateFunction · 0.50
dev_connect_memleakFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected