Runs finalcb immediately if batch is empty. */
| 1225 | |
| 1226 | /* Runs finalcb immediately if batch is empty. */ |
| 1227 | struct command_result *batch_done(struct command *cmd, |
| 1228 | struct request_batch *batch) |
| 1229 | { |
| 1230 | /* Same path as completion */ |
| 1231 | batch->num_remaining++; |
| 1232 | return batch_one_complete(cmd, batch); |
| 1233 | } |
| 1234 | |
| 1235 | static void json_add_deprecated(struct json_stream *js, |
| 1236 | const char *fieldname, |