Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/trekhleb/javascript-algorithms
/ TrieNode.test.js
File
TrieNode.test.js
src/data-structures/trie/__test__/TrieNode.test.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
TrieNode from
'../TrieNode'
;
2
3
describe(
'TrieNode'
, () => {
4
it(
'should create trie node'
, () => {
Callers
nothing calls this directly
Calls
7
getChild
Method · 0.80
hasChildren
Method · 0.80
hasChild
Method · 0.80
suggestChildren
Method · 0.80
toString
Method · 0.45
addChild
Method · 0.45
removeChild
Method · 0.45
Tested by
no test coverage detected