Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mailvelope/mailvelope
/ closePopup
Method
closePopup
src/controller/import.controller.js:71–76 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
69
}
70
71
closePopup() {
72
if
(this.importPopup) {
73
this.importPopup.close();
74
this.importPopup = null;
75
}
76
}
77
78
async
importKey(keyringId, armored, rotation) {
79
try {
Callers
2
onImportOk
Method · 0.95
handleCancel
Method · 0.95
Calls
1
close
Method · 0.80
Tested by
no test coverage detected