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

Method init

src/main/core/superPanelManager.ts:61–65  ·  view source on GitHub ↗

* 初始化超级面板管理器

(mainWindow: BrowserWindow)

Source from the content-addressed store, hash-verified

59 * 初始化超级面板管理器
60 */
61 init(mainWindow: BrowserWindow): void {
62 this.mainWindow = mainWindow
63 this.setupIPC()
64 this.loadConfig()
65 }
66
67 /**
68 * 从数据库加载配置并启动监听

Callers

nothing calls this directly

Calls 2

setupIPCMethod · 0.95
loadConfigMethod · 0.95

Tested by

no test coverage detected