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

Function command_success

wallet/test/run-wallet.c:199–202  ·  view source on GitHub ↗

Generated stub for command_success */

Source from the content-addressed store, hash-verified

197{ fprintf(stderr, "command_still_pending called!\n"); abort(); }
198/* Generated stub for command_success */
199struct command_result *command_success(struct command *cmd UNNEEDED,
200 struct json_stream *response)
201
202{ fprintf(stderr, "command_success called!\n"); abort(); }
203/* Generated stub for command_usage_only */
204bool command_usage_only(const struct command *cmd UNNEEDED)
205{ fprintf(stderr, "command_usage_only called!\n"); abort(); }

Callers 15

json_newaddrFunction · 0.50
json_listaddressesFunction · 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
json_setpsbtversionFunction · 0.50
sendpsbt_doneFunction · 0.50
json_dev_finalizepsbtFunction · 0.50
json_signmessagewithkeyFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected