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

Method getInternalNode

Engine/PyNode.cpp:216–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214}
215
216NodePtr
217Effect::getInternalNode() const
218{
219 return _node.lock();
220}
221
222bool
223Effect::isReaderNode()

Callers 4

canConnectInputMethod · 0.45
connectInputMethod · 0.45
renderInternalMethod · 0.45

Calls 1

lockMethod · 0.45

Tested by

no test coverage detected