MCPcopy
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
25export class RadixTrie<T> {

Callers 1

installFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected