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

Function command_fail

plugins/test/run-route-calc.c:28–31  ·  view source on GitHub ↗

Generated stub for command_fail */

Source from the content-addressed store, hash-verified

26{ fprintf(stderr, "command_dev_apis called!\n"); abort(); }
27/* Generated stub for command_fail */
28struct command_result *command_fail(struct command *cmd UNNEEDED, enum jsonrpc_errcode code UNNEEDED,
29 const char *fmt UNNEEDED, ...)
30
31{ fprintf(stderr, "command_fail called!\n"); abort(); }
32/* Generated stub for command_filter_ptr */
33struct json_filter **command_filter_ptr(struct command *cmd UNNEEDED)
34{ fprintf(stderr, "command_filter_ptr called!\n"); abort(); }

Callers 15

json_fundchannelFunction · 0.50
feerate_get_resultFunction · 0.50
adjust_pending_out_ppmFunction · 0.50
validate_splice_cmdFunction · 0.50
json_spliceFunction · 0.50
mfc_fail_completeFunction · 0.50
param_outputs_arrayFunction · 0.50
json_multiwithdrawFunction · 0.50
reap_childFunction · 0.50
do_getroutesFunction · 0.50
json_getroutesFunction · 0.50
json_askrene_unreserveFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected