MCPcopy Create free account
hub / github.com/BambooTracker/BambooTracker / insertStep

Method insertStep

BambooTracker/module/pattern.cpp:79–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79void Pattern::insertStep(int n)
80{
81 if (n < static_cast<int>(size_))
82 steps_.emplace(steps_.begin() + n);
83}
84
85void Pattern::deletePreviousStep(int n)
86{

Callers 2

redoMethod · 0.45
undoMethod · 0.45

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected