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

Class

src/controller/privateKey.controller.js:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15import {createPrivateKeyBackup, restorePrivateKeyBackup} from '../modules/pgpModel';
16
17export default class PrivateKeyController extends SubController {
18 constructor(port) {
19 super(port);
20 this.state = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected