MCPcopy 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

pushFunction · 0.45
getTrustKeyFunction · 0.45
getUserInfoFunction · 0.45
parseUserIdFunction · 0.45
mapUsersFunction · 0.45
noKeyFoundErrorFunction · 0.45
readMessageFunction · 0.45
encryptMessageFunction · 0.45
readCleartextMessageFunction · 0.45
verifyMessageFunction · 0.45
verifyDetachedSignatureFunction · 0.45
signMessageFunction · 0.45

Calls 2

getSessionMethod · 0.95
hasMethod · 0.45

Tested by

no test coverage detected