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

Method storePublic

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

Source from the content-addressed store, hash-verified

37 }
38
39 async storePublic() {
40 await this.storeKeys(`mvelo.keyring.${this.id}.publicKeys`, this.publicKeys.keys);
41 }
42
43 async storePrivate() {
44 await this.storeKeys(`mvelo.keyring.${this.id}.privateKeys`, this.privateKeys.keys);

Callers 1

storeMethod · 0.95

Calls 1

storeKeysMethod · 0.95

Tested by

no test coverage detected