| 417 | } |
| 418 | |
| 419 | struct command_result *command_err_raw(struct command *cmd, |
| 420 | const char *json_str) |
| 421 | { |
| 422 | return command_done_raw(cmd, "error", |
| 423 | json_str, strlen(json_str)); |
| 424 | } |
| 425 | |
| 426 | struct command_result *timer_complete(struct plugin *p) |
| 427 | { |
no test coverage detected