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

Function param_subcommand

lightningd/test/run-jsonrpc.c:95–98  ·  view source on GitHub ↗

Generated stub for param_subcommand */

Source from the content-addressed store, hash-verified

93{ fprintf(stderr, "param_string called!\n"); abort(); }
94/* Generated stub for param_subcommand */
95const char *param_subcommand(struct command *cmd UNNEEDED, const char *buffer UNNEEDED,
96 const jsmntok_t tokens[] UNNEEDED,
97 const char *name UNNEEDED, ...)
98{ fprintf(stderr, "param_subcommand called!\n"); abort(); }
99/* Generated stub for plugin_hook_call_ */
100bool plugin_hook_call_(struct lightningd *ld UNNEEDED,
101 const struct plugin_hook *hook UNNEEDED,

Callers 2

json_plugin_controlFunction · 0.50
json_devFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected