Generated stub for param_subcommand */
| 93 | { fprintf(stderr, "param_string called!\n"); abort(); } |
| 94 | /* Generated stub for param_subcommand */ |
| 95 | const 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_ */ |
| 100 | bool plugin_hook_call_(struct lightningd *ld UNNEEDED, |
| 101 | const struct plugin_hook *hook UNNEEDED, |
no test coverage detected