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

Function read64

702/WebRTE/ps4.js:198–200  ·  view source on GitHub ↗
(addr)

Source from the content-addressed store, hash-verified

196}
197
198function read64(addr) {
199 return new Int64(read(addr, 8));
200}
201
202function write(addr, data) {
203 for (let i = 0; i < 8; i++)

Callers 2

setupRWFunction · 0.70
addrofFunction · 0.70

Calls 1

readFunction · 0.70

Tested by

no test coverage detected