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

Method read32

g2all/700/module/rw.js:43–45  ·  view source on GitHub ↗
(offset)

Source from the content-addressed store, hash-verified

41 }
42
43 read32(offset) {
44 return this._dview.getUint32(offset, true);
45 }
46
47 read64(offset) {
48 return new Int(this._dview.getUint32(offset, true), this._dview.getUint32(offset + 4, true));

Callers 1

init_syscall_arrayFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected