| 254 | } |
| 255 | |
| 256 | const IOutputSlot* SubgraphView::GetIOutputSlot(unsigned int index) const |
| 257 | { |
| 258 | return m_IOutputSlots.at(index); |
| 259 | } |
| 260 | |
| 261 | OutputSlot* SubgraphView::GetOutputSlot(unsigned int index) |
| 262 | { |
no outgoing calls
no test coverage detected