| 173 | |
| 174 | template <typename Tile, unsigned SectorSize> |
| 175 | bool TileSectorArray<Tile, SectorSize>::sectorValid(Sector const& sector) const { |
| 176 | return m_tileSectors.sectorValid(sector); |
| 177 | } |
| 178 | |
| 179 | template <typename Tile, unsigned SectorSize> |
| 180 | auto TileSectorArray<Tile, SectorSize>::validSectorsFor(RectI const& region) const -> List<Sector> { |
no outgoing calls
no test coverage detected