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

Method init

src/main/api/renderer/system.ts:19–22  ·  view source on GitHub ↗
(mainWindow: Electron.BrowserWindow)

Source from the content-addressed store, hash-verified

17 private mainWindow: Electron.BrowserWindow | null = null
18
19 public init(mainWindow: Electron.BrowserWindow): void {
20 this.mainWindow = mainWindow
21 this.setupIPC()
22 }
23
24 private setupIPC(): void {
25 // 基础工具

Callers

nothing calls this directly

Calls 1

setupIPCMethod · 0.95

Tested by

no test coverage detected