| 140 | } |
| 141 | |
| 142 | static struct command_result * |
| 143 | datastore_del_fail(struct command *cmd, |
| 144 | const char *method, |
| 145 | const char *buf, |
| 146 | const jsmntok_t *error, |
| 147 | void *data UNUSED) |
| 148 | { |
| 149 | /* Eh, ok fine */ |
| 150 | return notification_handled(cmd); |
| 151 | } |
| 152 | |
| 153 | static struct command_result * |
| 154 | datastore_del_success(struct command *cmd, |
nothing calls this directly
no test coverage detected