| 233 | } |
| 234 | |
| 235 | static void jsonrpc_finish_and_send(struct plugin *p, struct json_stream *js) |
| 236 | { |
| 237 | json_object_end(js); |
| 238 | json_stream_close(js, NULL); |
| 239 | ld_send(p, js); |
| 240 | } |
| 241 | |
| 242 | static struct json_stream *jsonrpc_stream_start(struct command *cmd) |
| 243 | { |
no test coverage detected