MCPcopy
hub / github.com/mailvelope/mailvelope / reloadKeystore

Method reloadKeystore

src/controller/app.controller.js:142–146  ·  view source on GitHub ↗
({keyringId})

Source from the content-addressed store, hash-verified

140 }
141
142 async reloadKeystore({keyringId}) {
143 const keyring = await keyringById(keyringId);
144 keyring.keystore.clear();
145 await keyring.keystore.load();
146 }
147
148 async getKeyServerSync({fingerprint, keyringId}) {
149 const result = {

Callers

nothing calls this directly

Calls 2

clearMethod · 0.45
loadMethod · 0.45

Tested by

no test coverage detected