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

Class

g2all/900/module/mem.js:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43export class Addr extends Int {
44 read8(offset) {
45 const m = mem;
46 if (isInteger(offset) && 0 <= offset && offset <= 0xffffffff) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected