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

Function command_success

wallet/test/run-wallet.c:106–109  ·  view source on GitHub ↗

Generated stub for command_success */

Source from the content-addressed store, hash-verified

104{ fprintf(stderr, "command_still_pending called!\n"); abort(); }
105/* Generated stub for command_success */
106struct command_result *command_success(struct command *cmd UNNEEDED,
107 struct json_stream *response)
108
109{ fprintf(stderr, "command_success called!\n"); abort(); }
110/* Generated stub for connect_any_cmd_id */
111const char *connect_any_cmd_id(const tal_t *ctx UNNEEDED,
112 struct lightningd *ld UNNEEDED, const struct peer *peer UNNEEDED)

Callers 11

json_newaddrFunction · 0.50
json_listaddrsFunction · 0.50
json_listfundsFunction · 0.50
process_utxo_resultFunction · 0.50
json_dev_rescan_outputsFunction · 0.50
json_listtransactionsFunction · 0.50
json_signpsbtFunction · 0.50
sendpsbt_doneFunction · 0.50
json_reserveinputsFunction · 0.50
json_unreserveinputsFunction · 0.50
finish_psbtFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected