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

Method read32_at

g2all/700/psfree.js:349–352  ·  view source on GitHub ↗
(offset)

Source from the content-addressed store, hash-verified

347 }
348
349 read32_at(offset) {
350 const str = this.rstr;
351 return (str.charCodeAt(offset) | (str.charCodeAt(offset + 1) << 8) | (str.charCodeAt(offset + 2) << 16) | (str.charCodeAt(offset + 3) << 24)) >>> 0;
352 }
353
354 read64_at(offset) {
355 return sread64(this.rstr, offset);

Callers 2

leak_code_blockFunction · 0.45
make_arwFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected