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

Method showOpenDialog

src/services/platform/electron.ts:40–42  ·  view source on GitHub ↗
(options: OpenDialogOptions)

Source from the content-addressed store, hash-verified

38 }
39
40 showOpenDialog(options: OpenDialogOptions): Promise<OpenDialogResult> {
41 return window.api.dialog.showOpenDialog(options as Electron.OpenDialogOptions)
42 }
43
44 copyImageToClipboard(dataUrl: string): Promise<{ success: boolean; error?: string }> {
45 return window.api.clipboard.copyImage(dataUrl)

Callers

nothing calls this directly

Calls 1

showOpenDialogMethod · 0.65

Tested by

no test coverage detected