MCPcopy Create free account
hub / github.com/Effect-TS/effect / empty

Function empty

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

Source from the content-addressed store, hash-verified

886
887/** @internal */
888export const empty = <K = never, V = never>(): HashMap<K, V> => new HashMapImpl(false, 0, emptyNode, 0)
889
890/** @internal */
891export const make = <Entries extends ReadonlyArray<readonly [any, any]>>(

Callers 3

removeHashFunction · 0.70
hashMap.tsFile · 0.70
compactFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected