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

Method getCurrentHolder

hi_scripting/scripting/scriptnode/api/DspNetwork.cpp:472–479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

470
471
472scriptnode::NodeBase::Holder* DspNetwork::getCurrentHolder() const
473{
474 if (currentNodeHolder != nullptr)
475 return currentNodeHolder.get();
476
477
478 return const_cast<DspNetwork*>(this);
479}
480
481void DspNetwork::registerOwnedFactory(NodeFactory* ownedFactory)
482{

Callers 1

NodeBaseMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected