MCPcopy Index your code
hub / github.com/ZToolsCenter/ZTools / writeInstalledPlugins

Method writeInstalledPlugins

src/main/api/renderer/plugins.ts:346–348  ·  view source on GitHub ↗
(plugins: any[])

Source from the content-addressed store, hash-verified

344 }
345
346 private writeInstalledPlugins(plugins: any[]): void {
347 databaseAPI.dbPut('plugins', plugins)
348 }
349
350 private notifyPluginsChanged(): void {
351 this.mainWindow?.webContents.send('plugins-changed')

Callers 1

initMethod · 0.95

Calls 1

dbPutMethod · 0.45

Tested by

no test coverage detected