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

Method Add

generator/generator_tests/road_access_test.cpp:138–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136 virtual bool GetRelation(cache::Key id, RelationElement & e) { UNREACHABLE(); }
137
138 void Add(OsmElement const & e) { TEST(m_map.try_emplace(e.m_id, e.m_id, e.m_nodes).second, ()); }
139};
140
141/*

Callers 1

AddWayMethod · 0.45

Calls 1

TESTFunction · 0.85

Tested by

no test coverage detected