Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatronGitHub/Natron
/ getParentMultiInstance
Method
getParentMultiInstance
Engine/Node.cpp:738–742 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
736
}
737
738
NodePtr
739
Node::getParentMultiInstance() const
740
{
741
return _imp->multiInstanceParent.lock();
742
}
743
744
bool
745
Node::isMultiInstance() const
Callers
8
createNodeInternal
Method · 0.45
getFullyQualifiedName
Method · 0.45
NodeSerialization.cpp
File · 0.45
exportGroupInternal
Function · 0.45
canConnectInput
Method · 0.45
tryInitializeOverlayInteracts
Method · 0.45
initialize
Method · 0.45
declarePythonVariables
Method · 0.45
Calls
1
lock
Method · 0.45
Tested by
no test coverage detected