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

Function empty

repos/effect/packages/effect/src/internal/hashSet.ts:67–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65
66/** @internal */
67export const empty = <V = never>(): HashSet<V> => makeImpl(HashMap.empty<V, boolean>())
68
69/** @internal */
70export const make = <Values extends ReadonlyArray<any>>(

Callers

nothing calls this directly

Calls 1

makeImplFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…