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

Function read64

restore/702/ps4.js:134–136  ·  view source on GitHub ↗
(addr)

Source from the content-addressed store, hash-verified

132}
133
134function read64(addr) {
135 return new Int64(read(addr, 8));
136}
137
138function write(addr, data) {
139 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