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

Method RuntimeFunction

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

Source from the content-addressed store, hash-verified

446}
447
448ScriptNetworkTest::CHandler::RuntimeFunction::RuntimeFunction(DspNetwork* n, const var& f_, int timestamp_) :
449 f(n->getScriptProcessor(), nullptr, f_, 0),
450 timestamp(timestamp_)
451{
452 f.incRefCount();
453 f.setThisObject(n);
454}
455
456void ScriptNetworkTest::CHandler::addRuntimeFunction(const var& f, int timestamp)
457{

Callers

nothing calls this directly

Calls 3

incRefCountMethod · 0.80
setThisObjectMethod · 0.80
getScriptProcessorMethod · 0.45

Tested by

no test coverage detected