MCPcopy 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
231void EditableMapObject::SetTestId(uint64_t id)
232{
233 m_metadata.Set(feature::Metadata::FMD_TEST_ID, std::to_string(id));
234}
235
236void EditableMapObject::SetEditableProperties(osm::EditableProperties const & props)
237{

Callers 1

AddWithEditorMethod · 0.80

Calls 2

to_stringFunction · 0.85
SetMethod · 0.45

Tested by 1

AddWithEditorMethod · 0.64