Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatronGitHub/Natron
/ getInput
Method
getInput
Engine/NodeInputs.cpp:188–192 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
186
187
188
NodePtr
189
Node::getInput(int index) const
190
{
191
return getInputInternal(false, true, index);
192
}
193
194
NodePtr
195
Node::getInputInternal(bool useGuiInput,
Callers
3
getInputInternal
Method · 0.45
checkCanConnectNoMultiRes
Function · 0.45
getPreferredInputNode
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected