Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
48
export
function
hashManifest(manifest: Manifest): ManifestHash {
49
return
sha1(JSON.stringify(manifest));
50
}
Callers
2
initialize
Method · 0.90
checkForUpdate
Method · 0.90
Calls
1
sha1
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…