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

Method CheckVisibility

libs/map/bookmark_manager.cpp:3247–3255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3245}
3246
3247bool BookmarkManager::CheckVisibility(bool isVisible) const
3248{
3249 CHECK_THREAD_CHECKER(m_threadChecker, ());
3250 for (auto const & category : m_categories)
3251 if (category.second->IsVisible() != isVisible)
3252 return false;
3253
3254 return true;
3255}
3256
3257void BookmarkManager::SetAllCategoriesVisibility(bool visible)
3258{

Callers

nothing calls this directly

Calls 1

IsVisibleMethod · 0.45

Tested by

no test coverage detected