MCPcopy
hub / github.com/mailvelope/mailvelope / store

Method store

src/modules/keyring.js:78–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76 }
77
78 async store() {
79 await mvelo.storage.set('mvelo.keyring.attributes', this.toObject());
80 }
81
82 toObject() {
83 const allKeyringAttr = {};

Callers 13

createMethod · 0.95
setMethod · 0.95
deleteMethod · 0.95
sanitizeKeyringFunction · 0.45
importKeysMethod · 0.45
removeKeyMethod · 0.45
removeUserMethod · 0.45
revokeUserMethod · 0.45
addUserMethod · 0.45
updateKeyMethod · 0.45
setKeyPwdMethod · 0.45

Calls 2

toObjectMethod · 0.95
setMethod · 0.45

Tested by

no test coverage detected