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

Method contains

hi_scripting/scripting/api/ScriptingApiObjects.cpp:6673–6679  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6671}
6672
6673bool ScriptingObjects::ScriptUnorderedStack::contains(var value) const
6674{
6675 if (isEventStack)
6676 return getIndexForEvent(value) != -1;
6677 else
6678 return data.contains((float)value);
6679}
6680
6681var ScriptingObjects::ScriptUnorderedStack::asBuffer(bool getAllElements)
6682{

Callers 1

setFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected