MCPcopy Create free account
hub / github.com/effect-app/libs / keyMap

Function keyMap

repos/effect/packages/effect/src/internal/hashSet.ts:64–64  ·  view source on GitHub ↗
(self: HashSet<V>)

Source from the content-addressed store, hash-verified

62
63/** @internal */
64export const keyMap = <V>(self: HashSet<V>): HashMap.HashMap<V, boolean> => (self as any).keyMap
65
66/** @internal */
67export const empty = <V = never>(): HashSet<V> => makeImpl(HashMap.empty<V, boolean>())

Callers 7

[Symbol.iterator]Function · 0.85
hasFunction · 0.85
addFunction · 0.85
removeFunction · 0.85
sizeFunction · 0.85
isEmptyFunction · 0.85
unionFunction · 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…