Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZToolsCenter/ZTools
/ init
Method
init
src/main/api/plugin/feature.ts:29–32 ·
view source on GitHub ↗
(pluginManager: PluginManager)
Source
from the content-addressed store, hash-verified
27
private readonly NOTIFY_DEBOUNCE_DELAY = 3000
// 3秒防抖延迟
28
29
public init(pluginManager: PluginManager): void {
30
this.pluginManager = pluginManager
31
this.setupIPC()
32
}
33
34
/**
35
* 根据插件名称和来源生成动态 feature 存储键。
Callers
nothing calls this directly
Calls
1
setupIPC
Method · 0.95
Tested by
no test coverage detected