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

Method read64_at

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

Source from the content-addressed store, hash-verified

614 }
615
616 read64_at(offset) {
617 if (!isInteger(offset)) {
618 throw TypeError('offset not a integer');
619 }
620 const worker = this._worker;
621 return new Int(
622 worker.getUint32(offset, true),
623 worker.getUint32(offset + 4, true),
624 );
625 }
626
627 readp_at(offset) {
628 if (!isInteger(offset)) {

Callers 1

read64Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected