MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / readU8

Method readU8

tools/compressbmf.js:274–276  ·  view source on GitHub ↗
(bytes)

Source from the content-addressed store, hash-verified

272 return value;
273 }
274 readU8(bytes) {
275 return bytes[bytes.position++];
276 }
277 readUTF8(bytes) {
278 let c = this.readU8(bytes);
279

Callers 2

runMethod · 0.80
readUTF8Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected