Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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 */
137
export
const
empty = <V = never>(): TR.Trie<V> => makeImpl<V>(undefined)
138
139
/** @internal */
140
export
const
fromIterable = <V>(entries: Iterable<readonly [string, V]>) => {
Callers
2
fromIterable
Function · 0.70
trie.ts
File · 0.70
Calls
1
makeImpl
Function · 0.70
Tested by
no test coverage detected