Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ toBitmap
Function
toBitmap
packages/effect/src/internal/hashMap/bitwise.ts:25–27 ·
view source on GitHub ↗
(x: number)
Source
from the content-addressed store, hash-verified
23
24
/** @internal */
25
export
function
toBitmap(x: number) {
26
return
1 << x
27
}
28
29
/** @internal */
30
export
function
fromBitmap(bitmap: number, bit: number) {
Callers
3
hashMap.ts
File · 0.85
modify
Method · 0.85
mergeLeavesInner
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected