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

Method constructor

src/modules/KeyringLocal.js:15–18  ·  view source on GitHub ↗
(keyringId, keyStore)

Source from the content-addressed store, hash-verified

13
14export default class KeyringLocal extends KeyringBase {
15 constructor(keyringId, keyStore) {
16 super(keyringId, keyStore);
17 this.sync = new keyringSync.KeyringSync(keyringId);
18 }
19
20 getPgpBackend() {
21 return openpgpjs;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected