| 53 | } |
| 54 | |
| 55 | struct command_result *plugin_cmd_all_complete(struct plugins *plugins, |
| 56 | struct plugin_command *pcmd) |
| 57 | { |
| 58 | return plugin_dynamic_list_plugins(pcmd, plugins); |
| 59 | } |
| 60 | |
| 61 | /** |
| 62 | * Called when trying to start a plugin through RPC, it starts the plugin and |
no test coverage detected