Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/github/hotkey
/ add
Method
add
src/radix-trie.ts:19–22 ·
view source on GitHub ↗
(value: T)
Source
from the content-addressed store, hash-verified
17
}
18
19
add(value: T): Leaf<T> {
20
this.children.push(value)
21
return
this
22
}
23
}
24
25
export
class
RadixTrie<T> {
Callers
1
install
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected