MCPcopy
hub / github.com/angular/angular / hashManifest

Function hashManifest

packages/service-worker/worker/src/manifest.ts:48–50  ·  view source on GitHub ↗
(manifest: Manifest)

Source from the content-addressed store, hash-verified

46}
47
48export function hashManifest(manifest: Manifest): ManifestHash {
49 return sha1(JSON.stringify(manifest));
50}

Callers 2

initializeMethod · 0.90
checkForUpdateMethod · 0.90

Calls 1

sha1Function · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…