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

Method write8_at

g2all/700/module/mem.js:389–394  ·  view source on GitHub ↗
(offset, value)

Source from the content-addressed store, hash-verified

387 }
388
389 write8_at(offset, value) {
390 if (!isInteger(offset)) {
391 throw TypeError("offset not a integer");
392 }
393 this._worker.setUint8(offset, value);
394 }
395
396 write16_at(offset, value) {
397 if (!isInteger(offset)) {

Callers 1

write8Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected