Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
64
size_t msg_queue_length(const struct msg_queue *q)
65
{
66
return membuf_num_elems(&q->mb);
67
}
68
69
void msg_enqueue(struct msg_queue *q, const u8 *add)
70
{
Callers
3
daemon_conn_queue_length
Function · 0.85
do_enqueue
Function · 0.85
msg_dequeue
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected