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

Method init

src/main/api/plugin/lifecycle.ts:13–17  ·  view source on GitHub ↗
(mainWindow: Electron.BrowserWindow, pluginManager: PluginManager)

Source from the content-addressed store, hash-verified

11 private mainWindow: Electron.BrowserWindow | null = null
12
13 public init(mainWindow: Electron.BrowserWindow, pluginManager: PluginManager): void {
14 this.pluginManager = pluginManager
15 this.mainWindow = mainWindow
16 this.setupIPC()
17 }
18
19 public setLaunchParam(param: any): void {
20 this.launchParam = param

Callers

nothing calls this directly

Calls 1

setupIPCMethod · 0.95

Tested by

no test coverage detected