(manifest: Manifest, hash: string)
| 1206 | } |
| 1207 | |
| 1208 | private mergeHashWithAppData(manifest: Manifest, hash: string): {hash: string; appData: Object} { |
| 1209 | return { |
| 1210 | hash, |
| 1211 | appData: manifest.appData as Object, |
| 1212 | }; |
| 1213 | } |
| 1214 | |
| 1215 | async notifyClientsAboutUnrecoverableState( |
| 1216 | appVersion: AppVersion, |
no outgoing calls
no test coverage detected