MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / copy

Function copy

packages/app-core/src/components/SettingsModal.tsx:5351–5353  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

5349 }
5350
5351 const copy = (text: string): void => {
5352 window.zen.clipboardWriteText(text)
5353 }
5354
5355 const commandPreview = runtime
5356 ? `${runtime.command} ${runtime.args.map((a) => (a.includes(' ') ? `"${a}"` : a)).join(' ')}`

Callers 1

McpSettingsFunction · 0.70

Calls 1

clipboardWriteTextMethod · 0.80

Tested by

no test coverage detected