MCPcopy Create free account
hub / github.com/mailvelope/mailvelope /

Class

src/controller/decrypt.controller.js:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20import {lookupKey} from './import.controller';
21
22export default class DecryptController extends SubController {
23 constructor(port) {
24 super(port);
25 if (!port) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected