Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/fluxengine
/ end
Method
end
lib/data/image.h:116–119 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
114
return const_iterator(_sectors.cbegin());
115
}
116
const_iterator end() const
117
{
118
return const_iterator(_sectors.cend());
119
}
120
121
void setGeometry(Geometry geometry)
122
{
Callers
9
expandSectorList
Function · 0.45
DiskLayout
Method · 0.45
seekToPattern
Method · 0.45
contains
Method · 0.45
get
Method · 0.45
Disk
Method · 0.45
fluxmap.cc
File · 0.45
chs
Class · 0.45
parseCylinderHeadsString
Function · 0.45
Calls
2
cend
Method · 0.80
const_iterator
Class · 0.70
Tested by
no test coverage detected