| 112 | } |
| 113 | |
| 114 | unsigned PortList_Impl::nextPort() const { |
| 115 | return port(nextPortIndex()); |
| 116 | } |
| 117 | |
| 118 | boost::optional<ModelObject> PortList_Impl::modelObject(unsigned portIndex) const { |
| 119 | return connectedObject(port(portIndex)); |
no outgoing calls
no test coverage detected