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

Method GetCustomName

libs/map/bookmark.cpp:220–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218}
219
220std::string Bookmark::GetCustomName() const
221{
222 return GetPreferredBookmarkStr(m_data.m_customName);
223}
224
225void Bookmark::SetCustomName(std::string const & customName)
226{

Callers

nothing calls this directly

Calls 1

GetPreferredBookmarkStrFunction · 0.85

Tested by

no test coverage detected