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

Method read64

g2all/700/psfree.js:358–361  ·  view source on GitHub ↗
(addr)

Source from the content-addressed store, hash-verified

356 }
357
358 read64(addr) {
359 this.rstr_view.write64(off.strimpl_m_data, addr);
360 return sread64(this.rstr, 0);
361 }
362
363 set_addr(addr) {
364 this.rstr_view.write64(off.strimpl_m_data, addr);

Callers 4

constructorMethod · 0.45
make_rdrFunction · 0.45
make_arwFunction · 0.45
addrofFunction · 0.45

Calls 2

sread64Function · 0.70
write64Method · 0.45

Tested by

no test coverage detected