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

Class

src/main/api/plugin/feature.ts:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 * 允许插件在运行时动态添加/删除功能
23 */
24export class PluginFeatureAPI {
25 private pluginManager: PluginManager | null = null
26 private notifyTimer: NodeJS.Timeout | null = null
27 private readonly NOTIFY_DEBOUNCE_DELAY = 3000 // 3秒防抖延迟

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected