Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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 */
30
export
function
fromBitmap(bitmap: number, bit: number) {
31
return
popcount(bitmap & (bit - 1))
32
}
Callers
2
hashMap.ts
File · 0.85
modify
Method · 0.85
Calls
1
popcount
Function · 0.85
Tested by
no test coverage detected