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

Function empty

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

Source from the content-addressed store, hash-verified

180
181/** @internal */
182export const empty = <K = never, V = never>(): HM.HashMap<K, V> => _empty
183
184/** @internal */
185export const make = <Entries extends ReadonlyArray<readonly [any, any]>>(

Callers 2

fromIterableFunction · 0.70
hashMap.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…