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

Function command_finished

plugins/test/run-route-overlong.c:12–13  ·  view source on GitHub ↗

AUTOGENERATED MOCKS START */ Generated stub for command_finished */

Source from the content-addressed store, hash-verified

10/* AUTOGENERATED MOCKS START */
11/* Generated stub for command_finished */
12struct command_result *command_finished(struct command *cmd UNNEEDED, struct json_stream *response UNNEEDED)
13{ fprintf(stderr, "command_finished called!\n"); abort(); }
14/* Generated stub for command_still_pending */
15struct command_result *command_still_pending(struct command *cmd UNNEEDED)
16{ fprintf(stderr, "command_still_pending called!\n"); abort(); }

Callers 8

fundchannel_get_resultFunction · 0.50
mfc_finished_completeFunction · 0.50
getblockheight_doneFunction · 0.50
json_dump_incomeFunction · 0.50
json_list_incomeFunction · 0.50
json_inspectFunction · 0.50
json_list_account_eventsFunction · 0.50
json_list_balancesFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected