MCPcopy Create free account
hub / github.com/ZToolsCenter/ZTools / devProjects

Method devProjects

src/main/api/renderer/plugins.ts:76–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected