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

Method cend

lib/core/bytes.h:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 return _data->data() + _low;
55 }
56 const uint8_t* cend() const
57 {
58 return _data->data() + _high;
59 }
60 const uint8_t* begin() const
61 {
62 return _data->data() + _low;

Callers 2

operator==Method · 0.80
endMethod · 0.80

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected