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

Function command_finished

plugins/renepay/test/run-mcf.c:29–31  ·  view source on GitHub ↗

Generated stub for command_finished */

Source from the content-addressed store, hash-verified

27{ fprintf(stderr, "command_fail called!\n"); abort(); }
28/* Generated stub for command_finished */
29struct command_result *command_finished(struct command *cmd UNNEEDED, struct json_stream *response)
30
31{ fprintf(stderr, "command_finished called!\n"); abort(); }
32/* Generated stub for disabledmap_add_channel */
33void disabledmap_add_channel(struct disabledmap *p UNNEEDED,
34 struct short_channel_id_dir scidd UNNEEDED)

Callers 3

my_command_finishFunction · 0.50
json_renepaystatusFunction · 0.50
json_renepayFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected