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

Method store

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

Source from the content-addressed store, hash-verified

32 }
33
34 async store() {
35 await this.storePublic();
36 await this.storePrivate();
37 }
38
39 async storePublic() {
40 await this.storeKeys(`mvelo.keyring.${this.id}.publicKeys`, this.publicKeys.keys);

Callers

nothing calls this directly

Calls 2

storePublicMethod · 0.95
storePrivateMethod · 0.95

Tested by

no test coverage detected