Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3584
bool BookmarkManager::MarksChangesTracker::HasChanges() const
3585
{
3586
return !m_updatedGroups.empty() || !m_removedGroups.empty();
3587
}
3588
3589
bool BookmarkManager::MarksChangesTracker::HasBookmarksChanges() const
3590
{
Callers
1
NotifyChanges
Method · 0.45
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected