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

Class

src/controller/verify.controller.js:13–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11import {lookupKey} from './import.controller';
12
13export default class VerifyController extends SubController {
14 constructor(port) {
15 super(port);
16 this.verifyPopup = null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected