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

Method constructor

src/client-API/client-api.js:571–573  ·  view source on GitHub ↗
(restoreId)

Source from the content-addressed store, hash-verified

569 */
570class RestoreBackup {
571 constructor(restoreId) {
572 this.restoreId = restoreId;
573 }
574
575 /**
576 * @returns {Promise.<undefined, Error>} - key restore ready or error

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected