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

Method HasCategoriesChanges

libs/map/bookmark_manager.cpp:3594–3597  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3592}
3593
3594bool BookmarkManager::MarksChangesTracker::HasCategoriesChanges() const
3595{
3596 return HasBookmarkCategories(m_createdGroups) || HasBookmarkCategories(m_removedGroups);
3597}
3598
3599void BookmarkManager::MarksChangesTracker::ResetChanges()
3600{

Callers 1

NotifyChangesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected