Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ daemon_conn_queue_length
Function
daemon_conn_queue_length
common/daemon_conn.c:174–177 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
172
}
173
174
size_t daemon_conn_queue_length(const struct daemon_conn *dc)
175
{
176
return msg_queue_length(dc->out);
177
}
Callers
1
status_vfmt
Function · 0.70
Calls
1
msg_queue_length
Function · 0.85
Tested by
no test coverage detected