MCPcopy 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

DiskLayoutMethod · 0.45
DiskMethod · 0.45
chsClass · 0.45
parseCylinderHeadsStringFunction · 0.45

Calls 2

cbeginMethod · 0.80
const_iteratorClass · 0.70

Tested by

no test coverage detected