Generated stub for plugin_log */
| 77 | { fprintf(stderr, "plugin_err called!\n"); abort(); } |
| 78 | /* Generated stub for plugin_log */ |
| 79 | void plugin_log(struct plugin *p UNNEEDED, enum log_level l UNNEEDED, const char *fmt UNNEEDED, ...) |
| 80 | { fprintf(stderr, "plugin_log called!\n"); abort(); } |
| 81 | /* AUTOGENERATED MOCKS END */ |
| 82 | |
| 83 | struct command_result *jsonrpc_set_datastore_(struct command *cmd UNNEEDED, |
no test coverage detected