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

Method getDllInfo

hi_scripting/scripting/scriptnode/api/TestClasses.cpp:168–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168juce::var ScriptNetworkTest::getDllInfo()
169{
170 auto mg = dynamic_cast<BackendProcessor*>(getScriptProcessor()->getMainController_())->dllManager;
171
172 return mg->getStatistics();
173}
174
175juce::var ScriptNetworkTest::runTest()
176{

Callers

nothing calls this directly

Calls 2

getMainController_Method · 0.80
getStatisticsMethod · 0.45

Tested by

no test coverage detected