MCPcopy Create free account
hub / github.com/christophhart/HISE / removeElement

Method removeElement

hi_scripting/scripting/api/ScriptingApiObjects.cpp:6646–6651  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6644}
6645
6646bool ScriptingObjects::ScriptUnorderedStack::removeElement(int index)
6647{
6648 auto ok = isEventStack ? eventData.removeElement(index) : data.removeElement(index);
6649 updateElementBuffer();
6650 return ok;
6651}
6652
6653bool ScriptingObjects::ScriptUnorderedStack::clear()
6654{

Callers 2

removeIfEqualMethod · 0.45
removeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected