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

Method read32_at

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

Source from the content-addressed store, hash-verified

607 }
608
609 read32_at(offset) {
610 if (!isInteger(offset)) {
611 throw TypeError('offset not a integer');
612 }
613 return this._worker.getUint32(offset, true);
614 }
615
616 read64_at(offset) {
617 if (!isInteger(offset)) {

Callers 1

read32Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected