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

Method readp_at

g2all/700/module/mem.js:358–364  ·  view source on GitHub ↗
(offset)

Source from the content-addressed store, hash-verified

356 }
357
358 readp_at(offset) {
359 if (!isInteger(offset)) {
360 throw TypeError("offset not a integer");
361 }
362 const worker = this._worker;
363 return new Addr(worker.getUint32(offset, true), worker.getUint32(offset + 4, true));
364 }
365
366 write8(addr, value) {
367 this.set_addr(addr);

Callers 1

readpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected