Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 */
143
export
const
empty = <V = never>(): TR.Trie<V> => makeImpl<V>(undefined)
144
145
/** @internal */
146
export
const
fromIterable = <V>(entries: Iterable<readonly [string, V]>) => {
Callers
3
fromIterable
Function · 0.70
trie.ts
File · 0.70
compact
Function · 0.70
Calls
1
makeImpl
Function · 0.70
Tested by
no test coverage detected