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

Method GetRelation

generator/intermediate_data.hpp:263–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261
262 bool GetWay(Key id, WayElement & e) override { return m_ways.Read(id, e); }
263 bool GetRelation(Key id, RelationElement & e) override { return m_relations.Read(id, e); }
264
265 void ForEachRelationByWayCached(Key id, ForEachRelationFn & toDo) override
266 {

Callers 1

FindAllBuildingPartsMethod · 0.45

Calls 1

ReadMethod · 0.45

Tested by

no test coverage detected