Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenOrienteering/mapper
/ isModified
Method
isModified
src/tools/tool_base.cpp:110–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
109
110
bool MapEditorToolBase::EditedItem::isModified() const
111
{
112
return !duplicate->equals(active_object, false);
113
}
114
115
116
Callers
1
editedObjectsModified
Method · 0.80
Calls
1
equals
Method · 0.45
Tested by
no test coverage detected