MCPcopy 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

expandSectorListFunction · 0.45
DiskLayoutMethod · 0.45
seekToPatternMethod · 0.45
containsMethod · 0.45
getMethod · 0.45
DiskMethod · 0.45
fluxmap.ccFile · 0.45
chsClass · 0.45
parseCylinderHeadsStringFunction · 0.45

Calls 2

cendMethod · 0.80
const_iteratorClass · 0.70

Tested by

no test coverage detected