MCPcopy
hub / github.com/gitify-app/gitify / decryptValue

Function decryptValue

src/renderer/utils/system/comms.ts:55–57  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

53 * @returns Promise resolving to the decrypted plaintext string.
54 */
55export async function decryptValue(value: string): Promise<string> {
56 return await window.gitify.decryptValue(value);
57}
58
59/**
60 * Quit the application.

Callers 3

comms.test.tsFile · 0.90
AppProviderFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected