MCPcopy Create free account
hub / github.com/immutable-js/immutable-js / hashMerge

Function hashMerge

src/utils/hasCollection.ts:50–52  ·  view source on GitHub ↗
(a: number, b: number)

Source from the content-addressed store, hash-verified

48}
49
50function hashMerge(a: number, b: number): number {
51 return (a ^ (b + 0x9e3779b9 + (a << 6) + (a >> 2))) | 0; // int
52}

Callers 1

hashCollectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected