| 420 | } |
| 421 | |
| 422 | static void jsonrpc_finish_and_send(struct plugin *p, struct json_stream *js) |
| 423 | { |
| 424 | json_object_end(js); |
| 425 | json_stream_close(js, NULL); |
| 426 | ld_send(p, js); |
| 427 | } |
| 428 | |
| 429 | static struct json_stream *jsonrpc_stream_start(struct command *cmd) |
| 430 | { |
no test coverage detected