| 13 | ImageView::ImageView(): AbstractSectorView("fluxengine.view.image.name") {} |
| 14 | |
| 15 | DiskLayout::LayoutBounds ImageView::getBounds() |
| 16 | { |
| 17 | return Datastore::getDiskLayout()->getLogicalBounds(); |
| 18 | } |
| 19 | |
| 20 | std::shared_ptr<const Sector> ImageView::getSector( |
| 21 | unsigned logicalCylinder, unsigned logicalHead, unsigned sectorId) |
nothing calls this directly
no test coverage detected