MCPcopy Index your code
hub / github.com/angular/angular / mergeHashWithAppData

Method mergeHashWithAppData

packages/service-worker/worker/src/driver.ts:1208–1213  ·  view source on GitHub ↗
(manifest: Manifest, hash: string)

Source from the content-addressed store, hash-verified

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,

Calls

no outgoing calls

Tested by

no test coverage detected