Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/fluxengine
/ begin
Method
begin
lib/data/image.h:112–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
const DiskLayout& diskLayout);
111
112
const_iterator begin() const
113
{
114
return const_iterator(_sectors.cbegin());
115
}
116
const_iterator end() const
117
{
118
return const_iterator(_sectors.cend());
Callers
4
DiskLayout
Method · 0.45
Disk
Method · 0.45
chs
Class · 0.45
parseCylinderHeadsString
Function · 0.45
Calls
2
cbegin
Method · 0.80
const_iterator
Class · 0.70
Tested by
no test coverage detected