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

Method write32

g2all/700/module/mem.js:376–379  ·  view source on GitHub ↗
(addr, value)

Source from the content-addressed store, hash-verified

374 }
375
376 write32(addr, value) {
377 this.set_addr(addr);
378 this._worker.setUint32(0, value, true);
379 }
380
381 write64(addr, value) {
382 const values = lohi_from_one(value);

Callers

nothing calls this directly

Calls 1

set_addrMethod · 0.95

Tested by

no test coverage detected