Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
CliSettings
Function · 0.85
RaycastExtensionSettings
Function · 0.85
Calls
1
clipboardWriteText
Method · 0.80
Tested by
no test coverage detected