MCPcopy Create free account
hub / github.com/ElementsProject/lightning / next_refresh

Function next_refresh

plugins/sql.c:560–566  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

558 struct db_query *dbq);
559
560static 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 */
569static struct command_result *one_refresh_done(struct command *cmd,

Callers 2

one_refresh_doneFunction · 0.85
refresh_tablesFunction · 0.85

Calls 1

refresh_tablesFunction · 0.85

Tested by

no test coverage detected