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

Function copyToClipboard

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

Source from the content-addressed store, hash-verified

4958 }
4959
4960 const copyToClipboard = (text: string): void => {
4961 window.zen.clipboardWriteText(text)
4962 }
4963
4964 if (status == null) {
4965 return (

Callers 2

CliSettingsFunction · 0.85
RaycastExtensionSettingsFunction · 0.85

Calls 1

clipboardWriteTextMethod · 0.80

Tested by

no test coverage detected