Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
530
base::GeoObjectId FeatureBuilder::GetFirstOsmId() const
531
{
532
ASSERT(!m_osmIds.empty(), ());
533
return m_osmIds.front();
534
}
535
536
base::GeoObjectId FeatureBuilder::GetLastOsmId() const
537
{
Callers
2
operator()
Method · 0.80
MakeCompositeId
Function · 0.80
Calls
3
ASSERT
Function · 0.85
front
Method · 0.80
empty
Method · 0.45
Tested by
no test coverage detected