This is used for various assertions and error cases. */
| 93 | |
| 94 | /* This is used for various assertions and error cases. */ |
| 95 | static bool is_lightningd(const struct client *client) |
| 96 | { |
| 97 | return client == dbid_zero_clients[0]; |
| 98 | } |
| 99 | |
| 100 | /* Pre-declare this, due to mutual recursion */ |
| 101 | static struct io_plan *handle_client(struct io_conn *conn, struct client *c); |
no outgoing calls
no test coverage detected