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

Method write8

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

Source from the content-addressed store, hash-verified

364 }
365
366 write8(addr, value) {
367 this.set_addr(addr);
368 this._worker.setUint8(0, value);
369 }
370
371 write16(addr, value) {
372 this.set_addr(addr);

Callers

nothing calls this directly

Calls 1

set_addrMethod · 0.95

Tested by

no test coverage detected