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

Function default_refresh

plugins/sql.c:977–986  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

975}
976
977static struct command_result *default_refresh(struct command *cmd,
978 struct table_desc *td,
979 struct db_query *dbq)
980{
981 struct out_req *req;
982 req = jsonrpc_request_start(cmd, td->cmdname,
983 default_list_done, forward_error,
984 dbq);
985 return send_outreq(req);
986}
987
988static bool extract_scid(int gosstore_fd, size_t off, u16 type,
989 struct short_channel_id *scid)

Callers 3

channels_refreshFunction · 0.85
nodes_refreshFunction · 0.85
paginated_refreshFunction · 0.85

Calls 1

send_outreqFunction · 0.70

Tested by

no test coverage detected