MCPcopy 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
7export async function writeLinuxClipboard(text: string): Promise<void> {
8 await resolveLinuxToolProvider().clipboard!.writeText(text);
9}

Callers 2

createLinuxInteractorFunction · 0.90
clipboard.test.tsFile · 0.90

Calls 1

resolveLinuxToolProviderFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…