Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
void Image::erase(const LogicalLocation& location)
51
{
52
_sectors.erase(location);
53
}
54
55
void Image::addMissingSectors(const DiskLayout& diskLayout, bool populated)
56
{
Callers
15
create
Method · 0.45
leftTrimWhitespace
Function · 0.45
rightTrimWhitespace
Function · 0.45
trimZeros
Function · 0.45
deleteFile
Method · 0.45
trimZeros
Function · 0.45
unmangleFilename
Function · 0.45
deleteFile
Method · 0.45
readImage
Method · 0.45
readStream
Function · 0.45
writeTracksAndVerify
Function · 0.45
readDiskCommand
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected