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

Method read32

g2all/700/module/mem.js:311–314  ·  view source on GitHub ↗
(addr)

Source from the content-addressed store, hash-verified

309 }
310
311 read32(addr) {
312 this.set_addr(addr);
313 return this._worker.getUint32(0, true);
314 }
315
316 read64(addr) {
317 this.set_addr(addr);

Callers

nothing calls this directly

Calls 1

set_addrMethod · 0.95

Tested by

no test coverage detected