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

Method read16

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

Source from the content-addressed store, hash-verified

304 }
305
306 read16(addr) {
307 this.set_addr(addr);
308 return this._worker.getUint16(0, true);
309 }
310
311 read32(addr) {
312 this.set_addr(addr);

Callers

nothing calls this directly

Calls 1

set_addrMethod · 0.95

Tested by

no test coverage detected