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

Method write32

g2all/900/module/mem.js:648–651  ·  view source on GitHub ↗
(addr, value)

Source from the content-addressed store, hash-verified

646 }
647
648 write32(addr, value) {
649 this.set_addr(addr);
650 this._worker.setUint32(0, value, true);
651 }
652
653 write64(addr, value) {
654 const values = lohi_from_one(value);

Callers

nothing calls this directly

Calls 1

set_addrMethod · 0.95

Tested by

no test coverage detected