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

Function empty

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

Source from the content-addressed store, hash-verified

135
136/** @internal */
137export const empty = <V = never>(): TR.Trie<V> => makeImpl<V>(undefined)
138
139/** @internal */
140export const fromIterable = <V>(entries: Iterable<readonly [string, V]>) => {

Callers 2

fromIterableFunction · 0.70
trie.tsFile · 0.70

Calls 1

makeImplFunction · 0.70

Tested by

no test coverage detected