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

Function command_fail

plugins/renepay/test/run-mcf.c:24–27  ·  view source on GitHub ↗

AUTOGENERATED MOCKS START */ Generated stub for command_fail */

Source from the content-addressed store, hash-verified

22/* AUTOGENERATED MOCKS START */
23/* Generated stub for command_fail */
24struct command_result *command_fail(struct command *cmd UNNEEDED, enum jsonrpc_errcode code UNNEEDED,
25 const char *fmt UNNEEDED, ...)
26
27{ fprintf(stderr, "command_fail called!\n"); abort(); }
28/* Generated stub for command_finished */
29struct command_result *command_finished(struct command *cmd UNNEEDED, struct json_stream *response)
30

Callers 3

my_command_finishFunction · 0.50
json_renepaystatusFunction · 0.50
json_renepayFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected