Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ Append
Method
Append
libs/base/base_tests/clustering_map_tests.cpp:62–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
61
template <typename V>
62
void Append(Key const & key, V && value)
63
{
64
m_m.Append(key, std::forward<V>(value));
65
}
66
67
void Union(Key const & u, Key const & v) { m_m.Union(u, v); }
68
Callers
1
UNIT_TEST
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected