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

Function daemon_conn_wake

common/daemon_conn.c:169–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169void daemon_conn_wake(struct daemon_conn *dc)
170{
171 msg_wake(dc->out);
172}
173
174size_t daemon_conn_queue_length(const struct daemon_conn *dc)
175{

Callers

nothing calls this directly

Calls 1

msg_wakeFunction · 0.85

Tested by

no test coverage detected