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

Method read64

g2all/900/psfree.js:334–337  ·  view source on GitHub ↗
(addr)

Source from the content-addressed store, hash-verified

332 }
333
334 read64(addr) {
335 this.rstr_view.write64(off.strimpl_m_data, addr);
336 return sread64(this.rstr, 0);
337 }
338
339 set_addr(addr) {
340 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