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

Function msg_queue_length

common/msg_queue.c:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64size_t msg_queue_length(const struct msg_queue *q)
65{
66 return membuf_num_elems(&q->mb);
67}
68
69void msg_enqueue(struct msg_queue *q, const u8 *add)
70{

Callers 3

daemon_conn_queue_lengthFunction · 0.85
do_enqueueFunction · 0.85
msg_dequeueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected