MCPcopy Create free account
hub / github.com/comaps/comaps / Get

Method Get

libs/base/base_tests/clustering_map_tests.cpp:69–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 void Union(Key const & u, Key const & v) { m_m.Union(u, v); }
68
69 vector<Value> Get(Key const & key) { return Sort(m_m.Get(key)); }
70
71 vector<Cluster> Clusters()
72 {

Callers 1

UNIT_TESTFunction · 0.45

Calls 1

SortFunction · 0.70

Tested by

no test coverage detected