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

Method begin

lib/core/bytes.h:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 return _data->data() + _high;
59 }
60 const uint8_t* begin() const
61 {
62 return _data->data() + _low;
63 }
64 const uint8_t* end() const
65 {
66 return _data->data() + _high;

Callers 15

encodeMethod · 0.45
decodeFunction · 0.45
encodeMethod · 0.45
encodeMethod · 0.45
decodeFunction · 0.45
decodeFunction · 0.45
decodeSectorRecordMethod · 0.45
readSingleFluxMethod · 0.45
MemoryFluxSourceMethod · 0.45
A2rFluxSourceMethod · 0.45
createVectorFunction · 0.45
checkWritableMethod · 0.45

Calls 1

dataMethod · 0.45

Tested by 2

test_loopFunction · 0.36
test_loadFunction · 0.36