| 486 | } |
| 487 | |
| 488 | static struct command_result *command_complete(struct command *cmd, |
| 489 | struct json_stream *result) |
| 490 | { |
| 491 | /* Global object */ |
| 492 | json_object_end(result); |
| 493 | return command_complete_nojson(cmd, result); |
| 494 | } |
| 495 | |
| 496 | struct command_result *command_finished(struct command *cmd, |
| 497 | struct json_stream *response) |
no test coverage detected