MCPcopy Create free account
hub / github.com/VAR-solutions/Algorithms / insert

Function insert

data structures/trie/cpp/trie.cpp:34–49  ·  view source on GitHub ↗

If not present, inserts key into trie If the key is prefix of trie node, just marks leaf node

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

mainFunction · 0.70
insertMethod · 0.50
rehashMethod · 0.50

Calls 2

getNodeFunction · 0.70
lengthMethod · 0.45

Tested by

no test coverage detected