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

Method read32

g2all/900/module/rw.js:39–41  ·  view source on GitHub ↗
(offset)

Source from the content-addressed store, hash-verified

37 }
38
39 read32(offset) {
40 return this._dview.getUint32(offset, true);
41 }
42
43 read64(offset) {
44 return new Int(

Callers 1

init_syscall_arrayFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected