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

Class

src/controller/import.controller.js:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16import {KEY_STATUS} from '../lib/constants';
17
18export default class ImportController extends SubController {
19 constructor(port) {
20 super(port);
21 if (!port) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected