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

Method put

lib/vfs/memorysectorinterface.cc:25–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 }
24
25 std::shared_ptr<Sector> put(
26 unsigned track, unsigned side, unsigned sectorId) override
27 {
28 _changed = true;
29 return _liveImage->put(track, side, sectorId);
30 }
31
32 bool isReadOnly() override
33 {

Callers 2

flushChangesMethod · 0.45
discardChangesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected