| 1132 | } |
| 1133 | |
| 1134 | static struct io_plan *incoming_jcon_connected(struct io_conn *conn, |
| 1135 | struct lightningd *ld) |
| 1136 | { |
| 1137 | /* Lifetime of JSON conn is limited to fd connect time. */ |
| 1138 | return jcon_connected(notleak(conn), ld); |
| 1139 | } |
| 1140 | |
| 1141 | static void destroy_json_command(struct json_command *command, struct jsonrpc *rpc) |
| 1142 | { |
nothing calls this directly
no test coverage detected