Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ Erase
Method
Erase
libs/base/base_tests/mem_trie_test.cpp:69–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
void Erase(Key const & key, Value const & value)
70
{
71
m_trie.Erase(key, value);
72
m_data.erase(make_pair(key, value));
73
}
74
75
protected:
76
Trie m_trie;
Callers
1
UNIT_TEST
Function · 0.45
Calls
1
erase
Method · 0.45
Tested by
no test coverage detected