Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mailvelope/mailvelope
/ getSession
Method
getSession
src/modules/pwdCache.js:60–63 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
58
}
59
60
async
getSession() {
61
const
{[PWD_SESSION_KEY]: pwdSession} =
await
chrome.storage.session.get(PWD_SESSION_KEY);
62
return
pwdSession || {};
63
}
64
65
async
has(fpr) {
66
if
(super.has(fpr)) {
Callers
5
init
Method · 0.95
has
Method · 0.95
get
Method · 0.95
delete
Method · 0.95
set
Method · 0.95
Calls
1
get
Method · 0.45
Tested by
no test coverage detected