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

Function del_request_start

plugins/autoclean.c:167–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167static struct out_req *del_request_start(const char *method,
168 struct clean_info *cinfo,
169 enum subsystem subsystem)
170{
171 struct del_data *del_data = tal(plugin, struct del_data);
172
173 del_data->cinfo = cinfo;
174 del_data->subsystem = subsystem;
175 cinfo->cleanup_reqs_remaining++;
176 return jsonrpc_request_start(plugin, NULL, method,
177 del_done, del_failed, del_data);
178}
179
180static struct command_result *listinvoices_done(struct command *cmd,
181 const char *buf,

Callers 3

listinvoices_doneFunction · 0.85
listsendpays_doneFunction · 0.85
listforwards_doneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected