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

Method init

src/main/core/floatingBallManager.ts:26–29  ·  view source on GitHub ↗

* 初始化悬浮球管理器 * 从数据库加载配置,决定是否创建悬浮球

()

Source from the content-addressed store, hash-verified

24 * 从数据库加载配置,决定是否创建悬浮球
25 */
26 public async init(): Promise<void> {
27 this.setupIPC()
28 this.loadConfig()
29 }
30
31 /**
32 * 从数据库加载悬浮球配置

Callers

nothing calls this directly

Calls 2

setupIPCMethod · 0.95
loadConfigMethod · 0.95

Tested by

no test coverage detected