| 12 | import * as openpgpjs from './openpgpjs'; |
| 13 | |
| 14 | export default class KeyringLocal extends KeyringBase { |
| 15 | constructor(keyringId, keyStore) { |
| 16 | super(keyringId, keyStore); |
| 17 | this.sync = new keyringSync.KeyringSync(keyringId); |
nothing calls this directly
no outgoing calls
no test coverage detected