MCPcopy
hub / github.com/ZToolsCenter/ZTools / init

Method init

src/main/api/plugin/shell.ts:36–39  ·  view source on GitHub ↗
(clipboardManager: typeof ClipboardManager)

Source from the content-addressed store, hash-verified

34 private clipboardManager: typeof ClipboardManager | null = null
35
36 public init(clipboardManager: typeof ClipboardManager): void {
37 this.clipboardManager = clipboardManager
38 this.setupIPC()
39 }
40
41 private setupIPC(): void {
42 // 使用系统默认程序打开 URL

Callers

nothing calls this directly

Calls 1

setupIPCMethod · 0.95

Tested by

no test coverage detected