Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
526
bool NodeBase::isClone() const
527
{
528
return findParentNodeOfType<CloneNode>() != nullptr;
529
}
530
531
void NodeBase::setEmbeddedNetwork(NodeBase::Holder* n)
532
{
Callers
6
setParameter
Method · 0.80
isInterestedInDragSource
Method · 0.80
itemDropped
Method · 0.80
mouseDoubleClick
Method · 0.80
paint
Method · 0.80
paintOverChildren
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected