| 447 | } |
| 448 | |
| 449 | size_t Vehicle::anchorCount() const { |
| 450 | return m_loungePositions.size(); |
| 451 | } |
| 452 | |
| 453 | LoungeAnchorConstPtr Vehicle::loungeAnchor(size_t positionIndex) const { |
| 454 | auto const& positionConfig = m_loungePositions.valueAt(positionIndex); |
no test coverage detected