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

Function command_fail

plugins/bkpr/test/run-recorder.c:57–60  ·  view source on GitHub ↗

Generated stub for command_fail */

Source from the content-addressed store, hash-verified

55{ fprintf(stderr, "command_dev_apis called!\n"); abort(); }
56/* Generated stub for command_fail */
57struct command_result *command_fail(struct command *cmd UNNEEDED, enum jsonrpc_errcode code UNNEEDED,
58 const char *fmt UNNEEDED, ...)
59
60{ fprintf(stderr, "command_fail called!\n"); abort(); }
61/* Generated stub for command_filter_ptr */
62struct json_filter **command_filter_ptr(struct command *cmd UNNEEDED)
63{ fprintf(stderr, "command_filter_ptr called!\n"); abort(); }

Callers 4

getblockheight_doneFunction · 0.50
do_dump_incomeFunction · 0.50
do_inspectFunction · 0.50
do_account_eventsFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected