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

Method init

src/main/api/plugin/http.ts:24–27  ·  view source on GitHub ↗
(pluginManager?: PluginManager)

Source from the content-addressed store, hash-verified

22 private pluginManager: PluginManager | null = null
23
24 public init(pluginManager?: PluginManager): void {
25 this.pluginManager = pluginManager ?? null
26 this.setupIPC()
27 }
28
29 private setupIPC(): void {
30 // 设置请求头

Callers

nothing calls this directly

Calls 1

setupIPCMethod · 0.95

Tested by

no test coverage detected