()
| 74 | return pluginManager |
| 75 | }, |
| 76 | get devProjects() { |
| 77 | return pluginsAPI.devProjects |
| 78 | }, |
| 79 | getPlugins: () => this.getPlugins(), |
| 80 | readInstalledPlugins: () => this.readInstalledPlugins(), |
| 81 | writeInstalledPlugins: (plugins) => this.writeInstalledPlugins(plugins), |
nothing calls this directly
no outgoing calls
no test coverage detected