Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IChooseYou/Reclass
/ undo
Method
undo
src/controller.cpp:148–148 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
146
: m_ctrl(ctrl), m_cmd(cmd) {}
147
148
void RcxCommand::undo() { m_ctrl->applyCommand(m_cmd, true); }
149
void RcxCommand::redo() { m_ctrl->applyCommand(m_cmd, false); }
150
151
// ── RcxController ──
Callers
1
showContextMenu
Method · 0.45
Calls
1
applyCommand
Method · 0.80
Tested by
no test coverage detected