| 319 | } }; |
| 320 | |
| 321 | const std::span<const PreviewTrack> getTrackPiece(size_t trackId) |
| 322 | { |
| 323 | assert(trackId < trackPieces.size()); |
| 324 | return trackPieces[trackId]; |
| 325 | } |
| 326 | |
| 327 | const std::span<const PreviewTrack> getRoadPiece(size_t trackId) |
| 328 | { |
no test coverage detected