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

Method getRealInput

Engine/NodeInputs.cpp:226–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226NodePtr
227Node::getRealInput(int index) const
228{
229 return getInputInternal(false, false, index);
230}
231
232NodePtr
233Node::getRealGuiInput(int index) const

Callers 4

getWritersWorkForCLMethod · 0.80
getInputMethod · 0.80
connectNodesMethod · 0.80
exportGroupInternalFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected