Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ SetTestId
Method
SetTestId
libs/indexer/editable_map_object.cpp:231–234 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
229
}
230
231
void EditableMapObject::SetTestId(uint64_t id)
232
{
233
m_metadata.Set(feature::Metadata::FMD_TEST_ID, std::to_string(id));
234
}
235
236
void EditableMapObject::SetEditableProperties(osm::EditableProperties const & props)
237
{
Callers
1
AddWithEditor
Method · 0.80
Calls
2
to_string
Function · 0.85
Set
Method · 0.45
Tested by
1
AddWithEditor
Method · 0.64