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

Method erase

lib/data/image.cc:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void Image::erase(const LogicalLocation& location)
51{
52 _sectors.erase(location);
53}
54
55void Image::addMissingSectors(const DiskLayout& diskLayout, bool populated)
56{

Callers 15

createMethod · 0.45
leftTrimWhitespaceFunction · 0.45
rightTrimWhitespaceFunction · 0.45
trimZerosFunction · 0.45
deleteFileMethod · 0.45
trimZerosFunction · 0.45
unmangleFilenameFunction · 0.45
deleteFileMethod · 0.45
readImageMethod · 0.45
readStreamFunction · 0.45
writeTracksAndVerifyFunction · 0.45
readDiskCommandFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected