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

Method GetLastOsmId

generator/feature_builder.cpp:536–540  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

534}
535
536base::GeoObjectId FeatureBuilder::GetLastOsmId() const
537{
538 ASSERT(!m_osmIds.empty(), ());
539 return m_osmIds.back();
540}
541
542base::GeoObjectId FeatureBuilder::GetMostGenericOsmId() const
543{

Callers 1

operator()Method · 0.80

Calls 3

ASSERTFunction · 0.85
backMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected