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

Function command_check_done

wallet/test/run-wallet.c:145–147  ·  view source on GitHub ↗

Generated stub for command_check_done */

Source from the content-addressed store, hash-verified

143{ fprintf(stderr, "cmd_id_from_close_command called!\n"); abort(); }
144/* Generated stub for command_check_done */
145struct command_result *command_check_done(struct command *cmd)
146
147{ fprintf(stderr, "command_check_done called!\n"); abort(); }
148/* Generated stub for command_check_only */
149bool command_check_only(const struct command *cmd UNNEEDED)
150{ fprintf(stderr, "command_check_only called!\n"); abort(); }

Callers 9

json_signpsbtFunction · 0.50
json_setpsbtversionFunction · 0.50
json_sendpsbtFunction · 0.50
json_reserveinputsFunction · 0.50
json_unreserveinputsFunction · 0.50
json_fundpsbtFunction · 0.50
json_addpsbtoutputFunction · 0.50
json_addpsbtinputFunction · 0.50
json_utxopsbtFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected