Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
54
export
const
hashCodeInit = 17;
55
56
export
function
addHashCode(acc: number, h: number): number {
57
return
(acc * 31 + (h | 0)) | 0;
58
}
Callers
1
CompressedJSON
Class · 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…