MCPcopy 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
31export class MockFileSystemBuilder {

Callers

nothing calls this directly

Calls 1

sha1Function · 0.90

Tested by

no test coverage detected