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

Function read64

restore/75x/ps4.js:136–138  ·  view source on GitHub ↗
(addr)

Source from the content-addressed store, hash-verified

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