Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
interface
ClipboardLike {
6
writeText(text: string): Promise<void>;
7
}
8
9
interface
RichClipboardLike {
Callers
2
SharePanel.tsx
File · 0.80
copyToClipboard
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected