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

Class

g2all/700/module/mem.js:169–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167// the relative read/write methods expect the offset to be a unsigned 32-bit
168// integer
169export class Memory {
170 constructor(main, worker, obj, addr_addr, fake_addr) {
171 this._main = main;
172 this._worker = worker;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected