Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
536
base::GeoObjectId FeatureBuilder::GetLastOsmId() const
537
{
538
ASSERT(!m_osmIds.empty(), ());
539
return m_osmIds.back();
540
}
541
542
base::GeoObjectId FeatureBuilder::GetMostGenericOsmId() const
543
{
Callers
1
operator()
Method · 0.80
Calls
3
ASSERT
Function · 0.85
back
Method · 0.80
empty
Method · 0.45
Tested by
no test coverage detected