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

Method IsCategoryEmpty

libs/map/bookmark_manager.cpp:3222–3226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3220}
3221
3222bool BookmarkManager::IsCategoryEmpty(kml::MarkGroupId categoryId) const
3223{
3224 CHECK_THREAD_CHECKER(m_threadChecker, ());
3225 return GetBmCategory(categoryId)->IsEmpty();
3226}
3227
3228bool BookmarkManager::IsUsedCategoryName(std::string const & name) const
3229{

Calls 1

IsEmptyMethod · 0.45

Tested by

no test coverage detected