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

Method delete

src/modules/keyring.js:88–91  ·  view source on GitHub ↗
(keyringId)

Source from the content-addressed store, hash-verified

86 }
87
88 async delete(keyringId) {
89 super.delete(keyringId);
90 await this.store();
91 }
92}
93
94// map keyringId to keyring attributes

Callers 5

initGPGMethod · 0.95
initFunction · 0.45
initGPGFunction · 0.45
createKeyringFunction · 0.45
deleteKeyringFunction · 0.45

Calls 1

storeMethod · 0.95

Tested by

no test coverage detected