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

Method read64_at

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

Source from the content-addressed store, hash-verified

348 }
349
350 read64_at(offset) {
351 if (!isInteger(offset)) {
352 throw TypeError("offset not a integer");
353 }
354 const worker = this._worker;
355 return new Int(worker.getUint32(offset, true), worker.getUint32(offset + 4, true));
356 }
357
358 readp_at(offset) {
359 if (!isInteger(offset)) {

Callers 1

read64Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected