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

Method read8

g2all/900/module/mem.js:567–570  ·  view source on GitHub ↗
(addr)

Source from the content-addressed store, hash-verified

565 }
566
567 read8(addr) {
568 this.set_addr(addr);
569 return this._worker.getUint8(0);
570 }
571
572 read16(addr) {
573 this.set_addr(addr);

Callers

nothing calls this directly

Calls 1

set_addrMethod · 0.95

Tested by

no test coverage detected