Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mailvelope/mailvelope
/ get
Method
get
src/modules/pwdCache.js:73–79 ·
view source on GitHub ↗
(fpr)
Source
from the content-addressed store, hash-verified
71
}
72
73
async
get(fpr) {
74
if
(super.has(fpr)) {
75
return
super.get(fpr);
76
}
77
const
session =
await
this.getSession();
78
return
session[fpr];
79
}
80
81
async
delete(fpr) {
82
const
entry = super.get(fpr);
Callers
15
push
Function · 0.45
getTrustKey
Function · 0.45
getUserInfo
Function · 0.45
parseUserId
Function · 0.45
mapUsers
Function · 0.45
noKeyFoundError
Function · 0.45
readMessage
Function · 0.45
encryptMessage
Function · 0.45
readCleartextMessage
Function · 0.45
verifyMessage
Function · 0.45
verifyDetachedSignature
Function · 0.45
signMessage
Function · 0.45
Calls
2
getSession
Method · 0.95
has
Method · 0.45
Tested by
no test coverage detected