Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/christophhart/HISE
/ getProcessor
Method
getProcessor
hi_scripting/scripting/ScriptProcessor.cpp:2331–2332 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2329
{}
2330
2331
JavascriptProcessor* JavascriptThreadPool::Task::getProcessor() const noexcept
2332
{ return jp.get(); }
2333
2334
JavascriptThreadPool::Task::Type JavascriptThreadPool::Task::getType() const noexcept
2335
{ return type; }
Callers
1
executeQueue
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected