MCPcopy 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

onImportOkMethod · 0.95
handleCancelMethod · 0.95

Calls 1

closeMethod · 0.80

Tested by

no test coverage detected