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

Class

src/modules/keyStore.js:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4 */
5
6export class KeyStoreBase {
7 constructor(keyringId) {
8 this.clear();
9 this.id = keyringId;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected