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

Method read32

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

Source from the content-addressed store, hash-verified

575 }
576
577 read32(addr) {
578 this.set_addr(addr);
579 return this._worker.getUint32(0, true);
580 }
581
582 read64(addr) {
583 this.set_addr(addr);

Callers

nothing calls this directly

Calls 1

set_addrMethod · 0.95

Tested by

no test coverage detected