MCPcopy
hub / github.com/mailvelope/mailvelope / toObject

Method toObject

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

Source from the content-addressed store, hash-verified

80 }
81
82 toObject() {
83 const allKeyringAttr = {};
84 this.forEach((value, key) => allKeyringAttr[key] = value);
85 return allKeyringAttr;
86 }
87
88 async delete(keyringId) {
89 super.delete(keyringId);

Callers 2

storeMethod · 0.95
getAllKeyringAttrFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected