Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ZToolsCenter/ZTools
/ init
Method
init
src/main/api/shared/database.ts:18–21 ·
view source on GitHub ↗
(pluginManager: PluginManager)
Source
from the content-addressed store, hash-verified
16
private pluginManager: PluginManager | null = null
17
18
public init(pluginManager: PluginManager): void {
19
this.pluginManager = pluginManager
20
this.setupIPC()
21
}
22
23
/**
24
* 将插件数据操作目标归一化为有效名称与前缀。
Callers
nothing calls this directly
Calls
1
setupIPC
Method · 0.95
Tested by
no test coverage detected