MCPcopy Index your code
hub / github.com/Effect-TS/effect / hashFragment

Function hashFragment

packages/effect/src/internal/hashMap/bitwise.ts:20–22  ·  view source on GitHub ↗
(shift: number, h: number)

Source from the content-addressed store, hash-verified

18
19/** @internal */
20export function hashFragment(shift: number, h: number) {
21 return (h >>> shift) & MASK
22}
23
24/** @internal */
25export function toBitmap(x: number) {

Callers 4

hashMap.tsFile · 0.85
modifyMethod · 0.85
modifyMethod · 0.85
mergeLeavesInnerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected