MCPcopy 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
174size_t daemon_conn_queue_length(const struct daemon_conn *dc)
175{
176 return msg_queue_length(dc->out);
177}

Callers 1

status_vfmtFunction · 0.70

Calls 1

msg_queue_lengthFunction · 0.85

Tested by

no test coverage detected