MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / cbegin

Method cbegin

lib/core/bytes.h:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51 const uint8_t& operator[](unsigned offset) const;
52 const uint8_t* cbegin() const
53 {
54 return _data->data() + _low;
55 }
56 const uint8_t* cend() const
57 {
58 return _data->data() + _high;

Callers 15

amigaDeinterleaveFunction · 0.80
sliceMethod · 0.80
operator==Method · 0.80
writeImageMethod · 0.80
beginMethod · 0.80
putFileMethod · 0.80
adfNativeReadSectorMethod · 0.80
putFileMethod · 0.80
diskReadMethod · 0.80
putFileMethod · 0.80
writeBytesMethod · 0.80
hfsReadMethod · 0.80

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected