MCPcopy Index your code
hub / github.com/mailvelope/mailvelope / unlockKey

Method unlockKey

src/controller/editor.controller.js:356–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354 return;
355 }
356 const unlockKey = async options => {
357 const result = await this.unlockKey(options);
358 if (this.state.popupId) {
359 this.ports.editor.emit('hide-pwd-dialog');
360 }
361 return result;
362 };
363 let data;
364 let signatures;
365 if (isEncrypted) {

Callers 1

signAndEncryptMethod · 0.95

Calls 3

createControllerFunction · 0.90
triggerSyncFunction · 0.90
emitMethod · 0.45

Tested by

no test coverage detected