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

Class

src/modules/KeyringLocal.js:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12import * as openpgpjs from './openpgpjs';
13
14export default class KeyringLocal extends KeyringBase {
15 constructor(keyringId, keyStore) {
16 super(keyringId, keyStore);
17 this.sync = new keyringSync.KeyringSync(keyringId);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected