Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenOrienteering/mapper
/ push
Method
push
src/core/map.cpp:2003–2006 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2001
2002
2003
void Map::push(UndoStep *step)
2004
{
2005
undo_manager->push(std::unique_ptr<UndoStep>(step));
2006
}
2007
2008
2009
void Map::addPart(MapPart* part, std::size_t index)
Callers
1
importMap
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected