MCPcopy
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 */
25export function toBitmap(x: number) {
26 return 1 << x
27}
28
29/** @internal */
30export function fromBitmap(bitmap: number, bit: number) {

Callers 3

hashMap.tsFile · 0.85
modifyMethod · 0.85
mergeLeavesInnerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…