Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZToolsCenter/ZTools
/ init
Method
init
src/main/api/renderer/aiModels.ts:26–28 ·
view source on GitHub ↗
* 初始化 API
()
Source
from the content-addressed store, hash-verified
24
* 初始化 API
25
*/
26
public init(): void {
27
this.setupIPC()
28
}
29
30
/**
31
* 设置 IPC 处理器
Callers
nothing calls this directly
Calls
1
setupIPC
Method · 0.95
Tested by
no test coverage detected