| 219 | /* ---------- helpers ---------- */ |
| 220 | |
| 221 | static struct jsonrpc_io *mk_reader(const tal_t *ctx) |
| 222 | { |
| 223 | return jsonrpc_io_new(ctx); |
| 224 | } |
| 225 | |
| 226 | static void run_once(struct jsonrpc_io *jin, struct handler_ctx *hc) |
| 227 | { |
no test coverage detected