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

Method constructor

src/modules/KeyringBase.js:14–17  ·  view source on GitHub ↗
(keyringId, keyStore)

Source from the content-addressed store, hash-verified

12
13export default class KeyringBase {
14 constructor(keyringId, keyStore) {
15 this.id = keyringId;
16 this.keystore = keyStore;
17 }
18
19 async getKeys() {
20 const keys = [];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected