MCPcopy 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

onOkMethod · 0.95
onCancelMethod · 0.95

Calls 1

closeMethod · 0.80

Tested by

no test coverage detected