MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / updateIndicesHelper

Function updateIndicesHelper

lib/macro/macro.cpp:761–768  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

759}
760
761static void updateIndicesHelper(std::deque<std::shared_ptr<MacroSegment>> &list)
762{
763 int idx = 0;
764 for (auto segment : list) {
765 segment->SetIndex(idx);
766 idx++;
767 }
768}
769
770void Macro::UpdateActionIndices()
771{

Callers 3

UpdateActionIndicesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected