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

Function command_check_done

common/test/run-param.c:70–72  ·  view source on GitHub ↗

AUTOGENERATED MOCKS START */ Generated stub for command_check_done */

Source from the content-addressed store, hash-verified

68/* AUTOGENERATED MOCKS START */
69/* Generated stub for command_check_done */
70struct command_result *command_check_done(struct command *cmd)
71
72{ fprintf(stderr, "command_check_done called!\n"); abort(); }
73/* Generated stub for command_filter_ptr */
74struct json_filter **command_filter_ptr(struct command *cmd UNNEEDED)
75{ fprintf(stderr, "command_filter_ptr called!\n"); abort(); }

Callers 1

paramFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected