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

Method getGuiInput

Engine/NodeInputs.cpp:220–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218}
219
220NodePtr
221Node::getGuiInput(int index) const
222{
223 return getInputInternal(true, true, index);
224}
225
226NodePtr
227Node::getRealInput(int index) const

Callers 2

getOutputNodeInputMethod · 0.80
getRealInputForInputMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected