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