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

Method isReady

src/client-API/client-api.js:579–581  ·  view source on GitHub ↗

* @returns {Promise. } - key restore ready or error * @throws {Error}

()

Source from the content-addressed store, hash-verified

577 * @throws {Error}
578 */
579 isReady() {
580 return send('restore-backup-isready', {restoreId: this.restoreId});
581 }
582}
583
584/**

Callers

nothing calls this directly

Calls 1

sendFunction · 0.70

Tested by

no test coverage detected