MCPcopy
hub / github.com/ZToolsCenter/ZTools / init

Method init

src/main/api/renderer/commands.ts:58–65  ·  view source on GitHub ↗
(mainWindow: Electron.BrowserWindow, pluginManager: PluginManager)

Source from the content-addressed store, hash-verified

56 }
57
58 public init(mainWindow: Electron.BrowserWindow, pluginManager: PluginManager): void {
59 this.mainWindow = mainWindow
60 this.pluginManager = pluginManager
61 this.setupIPC()
62 this.loadLastMatchState()
63 // 异步加载本地应用搜索设置
64 this.loadLocalAppSearchSetting()
65 }
66
67 public getLaunchParam(): any {
68 return this.launchParam

Callers

nothing calls this directly

Calls 3

setupIPCMethod · 0.95
loadLastMatchStateMethod · 0.95

Tested by

no test coverage detected