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

Method readp_at

g2all/900/module/mem.js:627–636  ·  view source on GitHub ↗
(offset)

Source from the content-addressed store, hash-verified

625 }
626
627 readp_at(offset) {
628 if (!isInteger(offset)) {
629 throw TypeError('offset not a integer');
630 }
631 const worker = this._worker;
632 return new Addr(
633 worker.getUint32(offset, true),
634 worker.getUint32(offset + 4, true),
635 );
636 }
637
638 write8(addr, value) {
639 this.set_addr(addr);

Callers 1

readpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected