Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatronGitHub/Natron
/ isInputConnected
Method
isInputConnected
Engine/NodeInputs.cpp:483–489 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
481
482
483
bool
484
Node::isInputConnected(int inputNb) const
485
{
486
assert(_imp->inputsInitialized);
487
488
return getInput(inputNb) != NULL;
489
}
490
491
bool
492
Node::hasInputConnected() const
Callers
2
connectNodes
Method · 0.80
disconnectNodes
Method · 0.80
Calls
no outgoing calls
Tested by
2
connectNodes
Method · 0.64
disconnectNodes
Method · 0.64