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

Method HasChanges

libs/map/bookmark_manager.cpp:3584–3587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3582}
3583
3584bool BookmarkManager::MarksChangesTracker::HasChanges() const
3585{
3586 return !m_updatedGroups.empty() || !m_removedGroups.empty();
3587}
3588
3589bool BookmarkManager::MarksChangesTracker::HasBookmarksChanges() const
3590{

Callers 1

NotifyChangesMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected