| 200 | } |
| 201 | |
| 202 | static struct command_result *spam_done(struct command *cmd, void *unused) |
| 203 | { |
| 204 | return command_success(cmd, json_out_obj(cmd, NULL, NULL)); |
| 205 | } |
| 206 | |
| 207 | static struct command_result *spam_errcb(struct command *cmd, |
| 208 | const char *method, |
nothing calls this directly
no test coverage detected