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

Function aux_command

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

AUTOGENERATED MOCKS START */ Generated stub for aux_command */

Source from the content-addressed store, hash-verified

16/* AUTOGENERATED MOCKS START */
17/* Generated stub for aux_command */
18struct command *aux_command(const struct command *cmd)
19
20{ fprintf(stderr, "aux_command called!\n"); abort(); }
21/* Generated stub for command_check_only */
22bool command_check_only(const struct command *cmd UNNEEDED)
23{ fprintf(stderr, "command_check_only called!\n"); abort(); }

Callers 5

list_awaiting_channelsFunction · 0.50
initFunction · 0.50
waitblockheight_doneFunction · 0.50
populate_private_layerFunction · 0.50
initFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected