MCPcopy Index your code
hub / github.com/mailvelope/mailvelope / storeKeys

Method storeKeys

src/modules/KeyStoreLocal.js:47–49  ·  view source on GitHub ↗
(storageKey, keys)

Source from the content-addressed store, hash-verified

45 }
46
47 async storeKeys(storageKey, keys) {
48 await mvelo.storage.set(storageKey, keys.map(key => key.armor()));
49 }
50
51 async remove() {
52 await mvelo.storage.remove(`mvelo.keyring.${this.id}.publicKeys`);

Callers 2

storePublicMethod · 0.95
storePrivateMethod · 0.95

Calls 1

setMethod · 0.45

Tested by

no test coverage detected