MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / getBounds

Method getBounds

src/gui2/imageview.cc:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

getLogicalBoundsMethod · 0.80

Tested by

no test coverage detected