MCPcopy 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
258LoopStack::LoopStack(const std::shared_ptr<InstrumentSequenceLoopRoot>& ptr)
259 : stack_{ StackItem(std::static_pointer_cast<InstrumentSequenceLoop>(ptr)) }
260{
261}
262
263void LoopStack::clear()
264{

Callers

nothing calls this directly

Calls 1

StackItemClass · 0.85

Tested by

no test coverage detected