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

Method read8

g2all/700/module/mem.js:301–304  ·  view source on GitHub ↗
(addr)

Source from the content-addressed store, hash-verified

299 }
300
301 read8(addr) {
302 this.set_addr(addr);
303 return this._worker.getUint8(0);
304 }
305
306 read16(addr) {
307 this.set_addr(addr);

Callers

nothing calls this directly

Calls 1

set_addrMethod · 0.95

Tested by

no test coverage detected