Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
79
void Pattern::insertStep(int n)
80
{
81
if (n < static_cast<int>(size_))
82
steps_.emplace(steps_.begin() + n);
83
}
84
85
void Pattern::deletePreviousStep(int n)
86
{
Callers
2
redo
Method · 0.45
undo
Method · 0.45
Calls
1
begin
Method · 0.45
Tested by
no test coverage detected