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

Method GetFirstOsmId

generator/feature_builder.cpp:530–534  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

528}
529
530base::GeoObjectId FeatureBuilder::GetFirstOsmId() const
531{
532 ASSERT(!m_osmIds.empty(), ());
533 return m_osmIds.front();
534}
535
536base::GeoObjectId FeatureBuilder::GetLastOsmId() const
537{

Callers 2

operator()Method · 0.80
MakeCompositeIdFunction · 0.80

Calls 3

ASSERTFunction · 0.85
frontMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected