MCPcopy Create free account
hub / github.com/ColmapView/Colmapview.github.io / writeText

Method writeText

src/utils/clipboard.ts:6–6  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

4
5interface ClipboardLike {
6 writeText(text: string): Promise<void>;
7}
8
9interface RichClipboardLike {

Callers 2

SharePanel.tsxFile · 0.80
copyToClipboardFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected