MCPcopy Index your code
hub / github.com/ColmapView/Colmapview.github.io / write

Method write

src/utils/clipboard.ts:10–10  ·  view source on GitHub ↗
(items: ClipboardItem[])

Source from the content-addressed store, hash-verified

8
9interface RichClipboardLike {
10 write(items: ClipboardItem[]): Promise<void>;
11}
12
13type ClipboardNotification = (type: 'info' | 'warning', message: string, duration?: number) => void;

Callers 10

worker-bundle.jsFile · 0.65
writeFunction · 0.65
writeFileFunction · 0.65
createDataFileFunction · 0.65
writeArchiveMethod · 0.65
SharePanel.tsxFile · 0.65
registry.test.tsFile · 0.65
resetToDefaultsFunction · 0.65

Implementers 1

Epublic/workers/worker-bundle.js

Calls

no outgoing calls

Tested by

no test coverage detected