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

Function use_rinfo

plugins/bkpr/bookkeeper.c:136–140  ·  view source on GitHub ↗

Rules: call use_rinfo when handing to a callback. * Have the callback return rinfo_one_done(). */

Source from the content-addressed store, hash-verified

134/* Rules: call use_rinfo when handing to a callback.
135 * Have the callback return rinfo_one_done(). */
136static struct refresh_info *use_rinfo(struct refresh_info *rinfo)
137{
138 rinfo->calls_remaining++;
139 return rinfo;
140}
141
142/* Recursion */
143static struct command_result *limited_listchannelmoves(struct command *cmd,

Callers 7

listchannelmoves_doneFunction · 0.85
limited_listchannelmovesFunction · 0.85
listchainmoves_doneFunction · 0.85
refresh_moves_Function · 0.85
lookup_invoice_descFunction · 0.85
currency_doneFunction · 0.85
lookup_currencyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected