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

Method read8_at

g2all/900/module/mem.js:595–600  ·  view source on GitHub ↗
(offset)

Source from the content-addressed store, hash-verified

593 }
594
595 read8_at(offset) {
596 if (!isInteger(offset)) {
597 throw TypeError('offset not a integer');
598 }
599 return this._worker.getUint8(offset);
600 }
601
602 read16_at(offset) {
603 if (!isInteger(offset)) {

Callers 1

read8Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected