| 476 | } |
| 477 | |
| 478 | static struct command_result *command_complete_nojson(struct command *cmd, |
| 479 | struct json_stream *result) |
| 480 | { |
| 481 | json_stream_close(result, cmd); |
| 482 | ld_send(cmd->plugin, result); |
| 483 | tal_free(cmd); |
| 484 | |
| 485 | return &complete; |
| 486 | } |
| 487 | |
| 488 | static struct command_result *command_complete(struct command *cmd, |
| 489 | struct json_stream *result) |
no test coverage detected