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

Method hasOutputNodesConnected

Engine/Node.cpp:2716–2721  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2714}
2715
2716void
2717Node::hasOutputNodesConnected(std::list<OutputEffectInstance* >* writers) const
2718{
2719 std::list<const Node*> m;
2720 hasOutputNodesConnectedInternal(writers, &m);
2721}
2722
2723void
2724Node::hasViewersConnected(std::list<ViewerInstance* >* viewers) const

Callers 1

abortAnyEvaluationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected