Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Effect-TS/effect
/ trie.ts
File
trie.ts
packages/effect/src/internal/trie.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
* as Equal from
"../Equal.js"
2
import
{ dual, identity, pipe } from
"../Function.js"
3
import
* as Hash from
"../Hash.js"
4
import
{ format, NodeInspectSymbol, toJSON } from
"../Inspectable.js"
Callers
nothing calls this directly
Calls
7
remove
Function · 0.85
makeImpl
Function · 0.70
reduce
Function · 0.70
empty
Function · 0.70
get
Function · 0.70
f
Function · 0.50
insert
Function · 0.50
Tested by
no test coverage detected