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

Method HasBookmarksChanges

libs/map/bookmark_manager.cpp:3589–3592  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3587}
3588
3589bool BookmarkManager::MarksChangesTracker::HasBookmarksChanges() const
3590{
3591 return HasBookmarkCategories(m_updatedGroups) || HasBookmarkCategories(m_removedGroups);
3592}
3593
3594bool BookmarkManager::MarksChangesTracker::HasCategoriesChanges() const
3595{

Callers 1

NotifyChangesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected