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

Method SetName

libs/indexer/editable_map_object.cpp:241–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241void EditableMapObject::SetName(StringUtf8Multilang const & name)
242{
243 m_name = name;
244}
245
246void EditableMapObject::SetName(string_view name, localisation::LanguageIndex languageIndex)
247{

Callers 1

UNIT_TESTFunction · 0.45

Calls 2

TrimFunction · 0.85
AddStringMethod · 0.45

Tested by 1

UNIT_TESTFunction · 0.36