MCPcopy Create free account
hub / github.com/ChatLab/ChatLab / copyImageToClipboard

Method copyImageToClipboard

src/services/platform/types.ts:53–53  ·  view source on GitHub ↗
(dataUrl: string)

Source from the content-addressed store, hash-verified

51
52 showOpenDialog(options: OpenDialogOptions): Promise<OpenDialogResult>
53 copyImageToClipboard(dataUrl: string): Promise<{ success: boolean; error?: string }>
54
55 checkUpdate(): Promise<CheckUpdateResult | void>
56 performUpdate(): Promise<PerformUpdateResult>

Callers 1

captureElementFunction · 0.65

Implementers 2

ElectronPlatformAdaptersrc/services/platform/electron.ts
WebPlatformAdaptersrc/services/platform/web.ts

Calls

no outgoing calls

Tested by

no test coverage detected