Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fccview/jotty
/ pgp.test.ts
File
pgp.test.ts
tests/server-actions/pgp.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect, beforeEach, vi } from
"vitest"
;
2
import
{ mockFs, resetAllMocks, createFormData } from
"../setup"
;
3
4
const
mockGetCurrentUser = vi.fn();
Callers
nothing calls this directly
Calls
9
resetAllMocks
Function · 0.90
createFormData
Function · 0.90
generateKeyPair
Function · 0.90
importKeys
Function · 0.90
exportKeys
Function · 0.90
getStoredKeys
Function · 0.90
encryptNoteContent
Function · 0.90
decryptNoteContent
Function · 0.90
deleteKeys
Function · 0.90
Tested by
no test coverage detected