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

Method put

tests/cpmfs.cc:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 }
40
41 std::shared_ptr<Sector> put(
42 unsigned track, unsigned side, unsigned sectorId) override
43 {
44 return _image.put(track, side, sectorId);
45 }
46
47 private:
48 Image _image;

Callers 5

putbyteFunction · 0.45
doCreateFunction · 0.45
test_getsetFunction · 0.45
test_writeFunction · 0.45
setBlockFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_getsetFunction · 0.36
test_writeFunction · 0.36