Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
export
function
copyToClipboard(text: string): void {
2
navigator.clipboard?.writeText(text);
3
}
Callers
6
onShare
Function · 0.90
Actions
Function · 0.90
CopyToClipboardIcon
Function · 0.90
FilesSummary
Function · 0.90
BlockCode
Function · 0.90
onShare
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected