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

Method read64

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

Source from the content-addressed store, hash-verified

580 }
581
582 read64(addr) {
583 this.set_addr(addr);
584 const worker = this._worker;
585 return new Int(worker.getUint32(0, true), worker.getUint32(4, true));
586 }
587
588 // returns a pointer instead of an Int
589 readp(addr) {

Callers

nothing calls this directly

Calls 1

set_addrMethod · 0.95

Tested by

no test coverage detected