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

Method remove

src/modules/KeyStoreLocal.js:51–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49 }
50
51 async remove() {
52 await mvelo.storage.remove(`mvelo.keyring.${this.id}.publicKeys`);
53 await mvelo.storage.remove(`mvelo.keyring.${this.id}.privateKeys`);
54 }
55
56 async getDefaultKeyFpr() {
57 let defaultKeyFpr = await getKeyringAttr(this.id, 'default_key');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected