Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/gitify-app/gitify
/ copyToClipboard
Function
copyToClipboard
src/renderer/utils/system/comms.ts:147–149 ·
view source on GitHub ↗
(text: string)
Source
from the content-addressed store, hash-verified
145
* @param text - The text to copy to the clipboard.
146
*/
147
export
async
function
copyToClipboard(text: string): Promise<void> {
148
await
navigator.clipboard.writeText(text);
149
}
Callers
3
comms.test.ts
File · 0.90
initializeDeviceFlow
Function · 0.90
LoginWithDeviceFlowRoute
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected