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

Method GetCategoryName

libs/map/bookmark_manager.cpp:1618–1622  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1616}
1617
1618std::string BookmarkManager::GetCategoryName(kml::MarkGroupId categoryId) const
1619{
1620 CHECK_THREAD_CHECKER(m_threadChecker, ());
1621 return GetBmCategory(categoryId)->GetName();
1622}
1623
1624void BookmarkManager::SetCategoryDescription(kml::MarkGroupId categoryId, std::string const & desc)
1625{

Callers 5

FillTreeMethod · 0.80
FillBookmarkInfoMethod · 0.80
FillTrackInfoMethod · 0.80
UNIT_CLASS_TESTFunction · 0.80
UNIT_TESTFunction · 0.80

Calls 1

GetNameMethod · 0.45

Tested by 2

UNIT_CLASS_TESTFunction · 0.64
UNIT_TESTFunction · 0.64