Returns consumer node * * @return Consumer node */
| 104 | * @return Consumer node |
| 105 | */ |
| 106 | INode *consumer() const |
| 107 | { |
| 108 | return _consumer; |
| 109 | } |
| 110 | /** Returns the index of the output that produces the result in the producer node |
| 111 | * |
| 112 | * @return Producer node output index |
no outgoing calls
no test coverage detected