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

Method put

lib/vfs/fluxsectorinterface.cc:42–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 }
41
42 std::shared_ptr<Sector> put(
43 unsigned track, unsigned side, unsigned sectorId) override
44 {
45 CylinderHead trackid(track, side);
46 _changedTracks.insert(trackid);
47 return _changedSectors.put(track, side, sectorId);
48 }
49
50 virtual bool isReadOnly() override
51 {

Callers 3

flushChangesMethod · 0.45
populateSectorsMethod · 0.45
putLogicalSectorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected