Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BambooTracker/BambooTracker
/ LoopStack
Method
LoopStack
BambooTracker/instrument/sequence_property.cpp:258–261 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
256
}
257
258
LoopStack::LoopStack(const std::shared_ptr<InstrumentSequenceLoopRoot>& ptr)
259
: stack_{ StackItem(std::static_pointer_cast<InstrumentSequenceLoop>(ptr)) }
260
{
261
}
262
263
void LoopStack::clear()
264
{
Callers
nothing calls this directly
Calls
1
StackItem
Class · 0.85
Tested by
no test coverage detected