Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
226
NodePtr
227
Node::getRealInput(int index) const
228
{
229
return getInputInternal(false, false, index);
230
}
231
232
NodePtr
233
Node::getRealGuiInput(int index) const
Callers
4
getWritersWorkForCL
Method · 0.80
getInput
Method · 0.80
connectNodes
Method · 0.80
exportGroupInternal
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected