MCPcopy Create free account
hub / github.com/GamerHack/GamerHack.github.io / read8

Method read8

g2all/700/lapse.js:1458–1461  ·  view source on GitHub ↗
(addr)

Source from the content-addressed store, hash-verified

1456 }
1457
1458 read8(addr) {
1459 this._read(addr);
1460 return this.rw_buf.read8(0);
1461 }
1462
1463 read16(addr) {
1464 this._read(addr);

Callers

nothing calls this directly

Calls 1

_readMethod · 0.95

Tested by

no test coverage detected