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

Method read64

g2all/700/module/mem.js:316–320  ·  view source on GitHub ↗
(addr)

Source from the content-addressed store, hash-verified

314 }
315
316 read64(addr) {
317 this.set_addr(addr);
318 const worker = this._worker;
319 return new Int(worker.getUint32(0, true), worker.getUint32(4, true));
320 }
321
322 // returns a pointer instead of an Int
323 readp(addr) {

Callers

nothing calls this directly

Calls 1

set_addrMethod · 0.95

Tested by

no test coverage detected