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

Method write8_at

g2all/900/module/mem.js:661–666  ·  view source on GitHub ↗
(offset, value)

Source from the content-addressed store, hash-verified

659 }
660
661 write8_at(offset, value) {
662 if (!isInteger(offset)) {
663 throw TypeError('offset not a integer');
664 }
665 this._worker.setUint8(offset, value);
666 }
667
668 write16_at(offset, value) {
669 if (!isInteger(offset)) {

Callers 1

write8Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected