| 15 | import {createPrivateKeyBackup, restorePrivateKeyBackup} from '../modules/pgpModel'; |
| 16 | |
| 17 | export default class PrivateKeyController extends SubController { |
| 18 | constructor(port) { |
| 19 | super(port); |
| 20 | this.state = { |
nothing calls this directly
no outgoing calls
no test coverage detected