MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / copyToClipboard

Function copyToClipboard

packages/utilities/src/clipboard.ts:1–3  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

1export function copyToClipboard(text: string): void {
2 navigator.clipboard?.writeText(text);
3}

Callers 6

onShareFunction · 0.90
ActionsFunction · 0.90
CopyToClipboardIconFunction · 0.90
FilesSummaryFunction · 0.90
BlockCodeFunction · 0.90
onShareFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected