MCPcopy
hub / github.com/angular/angular / words32ToByteString

Function words32ToByteString

packages/service-worker/cli/sha1.ts:157–159  ·  view source on GitHub ↗
(words32: number[])

Source from the content-addressed store, hash-verified

155}
156
157function words32ToByteString(words32: number[]): string {
158 return words32.reduce((str, word) => str + word32ToByteString(word), '');
159}
160
161function word32ToByteString(word: number): string {
162 let str = '';

Callers 1

_sha1Function · 0.70

Calls 2

reduceMethod · 0.80
word32ToByteStringFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…