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:28–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
size_t msg_queue_length(const struct msg_queue *q)
29
{
30
return tal_count(q->q);
31
}
32
33
void msg_enqueue(struct msg_queue *q, const u8 *add)
34
{
Callers
1
daemon_conn_queue_length
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected