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

Method getType

hi_scripting/scripting/ScriptProcessor.cpp:2334–2335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2332{ return jp.get(); }
2333
2334JavascriptThreadPool::Task::Type JavascriptThreadPool::Task::getType() const noexcept
2335{ return type; }
2336
2337bool JavascriptThreadPool::Task::isValid() const noexcept
2338{ return (bool)f; }

Callers 3

processHiseEventMethod · 0.45
runScriptCallbacksMethod · 0.45
restoreInterfaceDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected