Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/fluxengine
/ clear
Method
clear
lib/data/image.cc:19–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
}
18
19
void Image::clear()
20
{
21
_sectors.clear();
22
_geometry = {0, 0, 0};
23
}
24
25
bool Image::empty() const
26
{
Callers
15
beginTrack
Method · 0.45
decodeDataRecord
Method · 0.45
writeImage
Method · 0.45
mount
Method · 0.45
mount
Method · 0.45
discardChanges
Method · 0.45
mount
Method · 0.45
init
Method · 0.45
mount
Method · 0.45
mount
Method · 0.45
pushRecord
Method · 0.45
readImage
Method · 0.45
Calls
no outgoing calls
Tested by
7
test_physical_sectors
Function · 0.36
test_logical_sectors
Function · 0.36
test_both_sectors
Function · 0.36
test_skew
Function · 0.36
test_bounds
Function · 0.36
test_sectoroffsets
Function · 0.36
test_option_validity
Function · 0.36