MCPcopy 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
738NodePtr
739Node::getParentMultiInstance() const
740{
741 return _imp->multiInstanceParent.lock();
742}
743
744bool
745Node::isMultiInstance() const

Callers 8

createNodeInternalMethod · 0.45
getFullyQualifiedNameMethod · 0.45
exportGroupInternalFunction · 0.45
canConnectInputMethod · 0.45
initializeMethod · 0.45

Calls 1

lockMethod · 0.45

Tested by

no test coverage detected