MCPcopy Index your code
hub / github.com/Effect-TS/effect / empty

Function empty

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

Source from the content-addressed store, hash-verified

74
75/** @internal */
76export const empty = <A = never>(): HS.HashSet<A> => _empty
77
78/** @internal */
79export const fromIterable = <A>(elements: Iterable<A>): HS.HashSet<A> => {

Callers 3

fromIterableFunction · 0.70
makeFunction · 0.70
hashSet.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…