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

Method GetDefaultName

libs/indexer/map_object.cpp:87–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87string_view MapObject::GetDefaultName() const
88{
89 string_view name;
90 UNUSED_VALUE(m_name.GetString(localisation::kDefaultNameIndex, name));
91 return name;
92}
93
94StringUtf8Multilang const & MapObject::GetNameMultilang() const
95{

Callers 3

UploadChangesMethod · 0.80
SaveEditedMapObjectMethod · 0.80
CreateNoteMethod · 0.80

Calls 1

GetStringMethod · 0.45

Tested by

no test coverage detected