| 25 | { |
| 26 | public: |
| 27 | TestSectorInterface() |
| 28 | { |
| 29 | _image.addMissingSectors(*diskLayout, true); |
| 30 | } |
| 31 | |
| 32 | std::shared_ptr<const Sector> get( |
| 33 | unsigned track, unsigned side, unsigned sectorId) override |
nothing calls this directly
no test coverage detected