MCPcopy 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 */
147export async function copyToClipboard(text: string): Promise<void> {
148 await navigator.clipboard.writeText(text);
149}

Callers 3

comms.test.tsFile · 0.90
initializeDeviceFlowFunction · 0.90
LoginWithDeviceFlowRouteFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected