MCPcopy 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

1import TrieNode from '../TrieNode';
2
3describe('TrieNode', () => {
4 it('should create trie node', () => {

Callers

nothing calls this directly

Calls 7

getChildMethod · 0.80
hasChildrenMethod · 0.80
hasChildMethod · 0.80
suggestChildrenMethod · 0.80
toStringMethod · 0.45
addChildMethod · 0.45
removeChildMethod · 0.45

Tested by

no test coverage detected