| 1287 | } |
| 1288 | |
| 1289 | static struct io_plan *incoming_jcon_connected(struct io_conn *conn, |
| 1290 | struct lightningd *ld) |
| 1291 | { |
| 1292 | /* Lifetime of JSON conn is limited to fd connect time. */ |
| 1293 | return jcon_connected(notleak(conn), ld); |
| 1294 | } |
| 1295 | |
| 1296 | static void destroy_json_command(struct json_command *command, struct jsonrpc *rpc) |
| 1297 | { |
nothing calls this directly
no test coverage detected