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

Method AreAllCategoriesEmpty

libs/map/bookmark_manager.cpp:3213–3220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3211}
3212
3213bool BookmarkManager::AreAllCategoriesEmpty() const
3214{
3215 CHECK_THREAD_CHECKER(m_threadChecker, ());
3216 for (auto const & c : m_categories)
3217 if (!c.second->IsEmpty())
3218 return false;
3219 return true;
3220}
3221
3222bool BookmarkManager::IsCategoryEmpty(kml::MarkGroupId categoryId) const
3223{

Callers

nothing calls this directly

Calls 1

IsEmptyMethod · 0.45

Tested by

no test coverage detected