MCPcopy 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
483bool
484Node::isInputConnected(int inputNb) const
485{
486 assert(_imp->inputsInitialized);
487
488 return getInput(inputNb) != NULL;
489}
490
491bool
492Node::hasInputConnected() const

Callers 2

connectNodesMethod · 0.80
disconnectNodesMethod · 0.80

Calls

no outgoing calls

Tested by 2

connectNodesMethod · 0.64
disconnectNodesMethod · 0.64