MCPcopy Create free account
hub / github.com/mailvelope/mailvelope / restoreBackupContainer

Function restoreBackupContainer

src/content-scripts/clientAPI.js:199–203  ·  view source on GitHub ↗
({selector, keyringId, options = {}})

Source from the content-addressed store, hash-verified

197}
198
199function restoreBackupContainer({selector, keyringId, options = {}}) {
200 const container = new RestoreBackupContainer(selector, keyringId, options);
201 containers.set(container.id, container);
202 return container.create();
203}
204
205function restoreBackupIsReady({restoreId}) {
206 return containers.get(restoreId).restoreBackupReady();

Callers

nothing calls this directly

Calls 2

createMethod · 0.95
setMethod · 0.45

Tested by

no test coverage detected