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

Method readp

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

Source from the content-addressed store, hash-verified

587
588 // returns a pointer instead of an Int
589 readp(addr) {
590 this.set_addr(addr);
591 const worker = this._worker;
592 return new Addr(worker.getUint32(0, true), worker.getUint32(4, true));
593 }
594
595 read8_at(offset) {
596 if (!isInteger(offset)) {

Callers

nothing calls this directly

Calls 1

set_addrMethod · 0.95

Tested by

no test coverage detected