MCPcopy
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

getFunction · 0.45
getBytesInUseFunction · 0.45
MockEventHandlerClass · 0.45
initMethod · 0.45
initGPGMethod · 0.45
getMethod · 0.45
setMethod · 0.45
initGPGFunction · 0.45
createKeyringFunction · 0.45
deleteKeyringFunction · 0.45
getAllKeyringAttrFunction · 0.45
getPreferredKeyringQueueFunction · 0.45

Calls 1

getSessionMethod · 0.95

Tested by

no test coverage detected