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

Method read

lib/core/bytes.h:147–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145 }
146
147 const Bytes read(unsigned len)
148 {
149 const Bytes bytes = _bytes.slice(pos, len);
150 pos += len;
151 return bytes;
152 }
153
154 uint8_t read_8()
155 {

Callers 1

bytes.ccFile · 0.45

Calls 1

sliceMethod · 0.80

Tested by

no test coverage detected