MCPcopy Index your code
hub / github.com/glideapps/quicktype / addHashCode

Function addHashCode

src/Support.ts:56–58  ·  view source on GitHub ↗
(acc: number, h: number)

Source from the content-addressed store, hash-verified

54export const hashCodeInit = 17;
55
56export function addHashCode(acc: number, h: number): number {
57 return (acc * 31 + (h | 0)) | 0;
58}

Callers 1

CompressedJSONClass · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…