Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mailvelope/mailvelope
/ closePopup
Method
closePopup
src/controller/pwd.controller.js:74–79 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
72
}
73
74
closePopup() {
75
if
(this.pwdPopup) {
76
this.pwdPopup.close();
77
this.pwdPopup = null;
78
}
79
}
80
81
async
unlockKey(options) {
82
const
result =
await
this.queue.push(this,
'unlock'
, [options]);
Callers
2
onOk
Method · 0.95
onCancel
Method · 0.95
Calls
1
close
Method · 0.80
Tested by
no test coverage detected