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

Function fromBitmap

packages/effect/src/internal/hashMap/bitwise.ts:30–32  ·  view source on GitHub ↗
(bitmap: number, bit: number)

Source from the content-addressed store, hash-verified

28
29/** @internal */
30export function fromBitmap(bitmap: number, bit: number) {
31 return popcount(bitmap & (bit - 1))
32}

Callers 2

hashMap.tsFile · 0.85
modifyMethod · 0.85

Calls 1

popcountFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…