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

Method read8_at

g2all/900/psfree.js:315–318  ·  view source on GitHub ↗
(offset)

Source from the content-addressed store, hash-verified

313 }
314
315 read8_at(offset) {
316 const str = this.rstr;
317 return str.charCodeAt(offset) >>> 0;
318 }
319
320 read32_at(offset) {
321 const str = this.rstr;

Callers 1

leak_code_blockFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected