| 46 | } |
| 47 | |
| 48 | struct command_result *plugin_cmd_succeeded(struct plugin_command *pcmd, |
| 49 | struct plugin *plugin) |
| 50 | { |
| 51 | return plugin_dynamic_list_plugins(pcmd, plugin->plugins); |
| 52 | } |
| 53 | |
| 54 | struct command_result *plugin_cmd_all_complete(struct plugins *plugins, |
| 55 | struct plugin_command *pcmd) |
no test coverage detected