Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mailvelope/mailvelope
/ has
Method
has
src/modules/pwdCache.js:65–71 ·
view source on GitHub ↗
(fpr)
Source
from the content-addressed store, hash-verified
63
}
64
65
async
has(fpr) {
66
if
(super.has(fpr)) {
67
return
true;
68
}
69
const
session =
await
this.getSession();
70
return
Boolean(session[fpr]);
71
}
72
73
async
get(fpr) {
74
if
(super.has(fpr)) {
Callers
15
get
Function · 0.45
getBytesInUse
Function · 0.45
MockEventHandler
Class · 0.45
init
Method · 0.45
initGPG
Method · 0.45
get
Method · 0.45
set
Method · 0.45
initGPG
Function · 0.45
createKeyring
Function · 0.45
deleteKeyring
Function · 0.45
getAllKeyringAttr
Function · 0.45
getPreferredKeyringQueue
Function · 0.45
Calls
1
getSession
Method · 0.95
Tested by
no test coverage detected