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

Method isClone

hi_scripting/scripting/scriptnode/api/NodeBase.cpp:526–529  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

524}
525
526bool NodeBase::isClone() const
527{
528 return findParentNodeOfType<CloneNode>() != nullptr;
529}
530
531void NodeBase::setEmbeddedNetwork(NodeBase::Holder* n)
532{

Callers 6

setParameterMethod · 0.80
itemDroppedMethod · 0.80
mouseDoubleClickMethod · 0.80
paintMethod · 0.80
paintOverChildrenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected