| 168 | // ------------------ util functions below |
| 169 | |
| 170 | PortType |
| 171 | NodeConnectionInteraction:: |
| 172 | connectionRequiredPort() const |
| 173 | { |
| 174 | auto const &state = _connection->connectionState(); |
| 175 | |
| 176 | return state.requiredPort(); |
| 177 | } |
| 178 | |
| 179 | |
| 180 | QPointF |
nothing calls this directly
no test coverage detected