Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BambooTracker/BambooTracker
/ redo
Method
redo
BambooTracker/command/pattern/insert_step_command.cpp:20–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
}
19
20
bool InsertStepCommand::redo()
21
{
22
command_utils::getPattern(mod_, song_, track_, order_).insertStep(step_);
23
return true;
24
}
25
26
bool InsertStepCommand::undo()
27
{
Callers
nothing calls this directly
Calls
1
insertStep
Method · 0.45
Tested by
no test coverage detected