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

Function empty

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

Source from the content-addressed store, hash-verified

141
142/** @internal */
143export const empty = <V = never>(): TR.Trie<V> => makeImpl<V>(undefined)
144
145/** @internal */
146export const fromIterable = <V>(entries: Iterable<readonly [string, V]>) => {

Callers 3

fromIterableFunction · 0.70
trie.tsFile · 0.70
compactFunction · 0.70

Calls 1

makeImplFunction · 0.70

Tested by

no test coverage detected