Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/callstack/agent-device
/ writeLinuxClipboard
Function
writeLinuxClipboard
src/platforms/linux/clipboard.ts:7–9 ·
view source on GitHub ↗
(text: string)
Source
from the content-addressed store, hash-verified
5
}
6
7
export
async
function
writeLinuxClipboard(text: string): Promise<void> {
8
await
resolveLinuxToolProvider().clipboard!.writeText(text);
9
}
Callers
2
createLinuxInteractor
Function · 0.90
clipboard.test.ts
File · 0.90
Calls
1
resolveLinuxToolProvider
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…