When cmd for request is gone, we use this as noop callback */
| 151 | |
| 152 | /* When cmd for request is gone, we use this as noop callback */ |
| 153 | static struct command_result *ignore_cb(struct command *command, |
| 154 | const char *buf, |
| 155 | const jsmntok_t *result, |
| 156 | void *arg) |
| 157 | { |
| 158 | return command_done(); |
| 159 | } |
| 160 | |
| 161 | static void disable_request_cb(struct command *cmd, struct out_req *out) |
| 162 | { |
nothing calls this directly
no test coverage detected