Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ hash
Method
hash
packages/service-worker/worker/testing/mock.ts:26–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
) {}
25
26
get hash(): string {
27
return
sha1(this.contents);
28
}
29
}
30
31
export
class
MockFileSystemBuilder {
Callers
nothing calls this directly
Calls
1
sha1
Function · 0.90
Tested by
no test coverage detected