MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / isMultiInstance

Method isMultiInstance

Engine/Node.cpp:744–748  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

742}
743
744bool
745Node::isMultiInstance() const
746{
747 return _imp->isMultiInstance;
748}
749
750///Accessed by the serialization thread, but mt safe since never changed
751std::string

Callers 15

updateNodesRequestMethod · 0.80
getParallelRenderArgsMethod · 0.80
hasOutputConnectedMethod · 0.80
pasteNodeMethod · 0.80
DockablePanel.cppFile · 0.80
cloneSelectedNodesMethod · 0.80
createPanelMethod · 0.80
serializeInternalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected