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

Method TestSectorInterface

tests/cpmfs.cc:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

addMissingSectorsMethod · 0.80

Tested by

no test coverage detected