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

Method AddFeatureId

generator/restriction_collector.cpp:310–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308}
309
310void RestrictionCollector::AddFeatureId(uint32_t featureId, base::GeoObjectId osmId)
311{
312 ::routing::AddFeatureId(osmId, featureId, m_osmIdToFeatureIds);
313}
314
315void FromString(std::string_view str, Restriction::Type & type)
316{

Callers

nothing calls this directly

Calls 1

AddFeatureIdFunction · 0.85

Tested by

no test coverage detected