| 558 | struct db_query *dbq); |
| 559 | |
| 560 | static struct command_result *next_refresh(struct command *cmd, |
| 561 | struct db_query *dbq) |
| 562 | { |
| 563 | /* Remove that, iterate */ |
| 564 | tal_arr_remove(&dbq->tables, 0); |
| 565 | return refresh_tables(cmd, dbq); |
| 566 | } |
| 567 | |
| 568 | /* Recursion */ |
| 569 | static struct command_result *one_refresh_done(struct command *cmd, |
no test coverage detected