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

Function command_fail

wallet/test/run-wallet.c:167–170  ·  view source on GitHub ↗

Generated stub for command_fail */

Source from the content-addressed store, hash-verified

165{ fprintf(stderr, "command_dev_apis called!\n"); abort(); }
166/* Generated stub for command_fail */
167struct command_result *command_fail(struct command *cmd UNNEEDED, enum jsonrpc_errcode code UNNEEDED,
168 const char *fmt UNNEEDED, ...)
169
170{ fprintf(stderr, "command_fail called!\n"); abort(); }
171/* Generated stub for command_failed */
172struct command_result *command_failed(struct command *cmd UNNEEDED,
173 struct json_stream *result)

Callers 15

param_newaddrFunction · 0.50
json_newaddrFunction · 0.50
json_listaddressesFunction · 0.50
json_signpsbtFunction · 0.50
json_setpsbtversionFunction · 0.50
sendpsbt_doneFunction · 0.50
json_dev_finalizepsbtFunction · 0.50
json_sendpsbtFunction · 0.50
json_signmessagewithkeyFunction · 0.50
json_delnetworkeventFunction · 0.50
json_reserveinputsFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected