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

Method SetCategoryDescription

libs/map/bookmark_manager.cpp:1624–1628  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1622}
1623
1624void BookmarkManager::SetCategoryDescription(kml::MarkGroupId categoryId, std::string const & desc)
1625{
1626 CHECK_THREAD_CHECKER(m_threadChecker, ());
1627 GetBmCategory(categoryId)->SetDescription(desc);
1628}
1629
1630void BookmarkManager::SetCategoryName(kml::MarkGroupId categoryId, std::string const & name)
1631{

Calls 1

SetDescriptionMethod · 0.80

Tested by

no test coverage detected