MCPcopy 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
20bool InsertStepCommand::redo()
21{
22 command_utils::getPattern(mod_, song_, track_, order_).insertStep(step_);
23 return true;
24}
25
26bool InsertStepCommand::undo()
27{

Callers

nothing calls this directly

Calls 1

insertStepMethod · 0.45

Tested by

no test coverage detected