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

Method decryptFile

src/controller/app.controller.js:312–319  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

310 }
311
312 decryptFile(options) {
313 options.unlockKey = async options => {
314 options.reason = 'PWD_DIALOG_REASON_DECRYPT';
315 const result = await this.unlockKey(options);
316 return result;
317 };
318 return decryptFile(options);
319 }
320
321 decryptMessage(options) {
322 options.unlockKey = async options => {

Callers 2

decryptFilesMethod · 0.80

Calls 2

unlockKeyMethod · 0.95
decryptFileFunction · 0.90

Tested by

no test coverage detected