MCPcopy 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

initMethod · 0.95
hasMethod · 0.95
getMethod · 0.95
deleteMethod · 0.95
setMethod · 0.95

Calls 1

getMethod · 0.45

Tested by

no test coverage detected