Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GamerHack/GamerHack.github.io
/ read64
Method
read64
g2all/700/module/rw.js:47–49 ·
view source on GitHub ↗
(offset)
Source
from the content-addressed store, hash-verified
45
}
46
47
read64(offset) {
48
return
new
Int(this._dview.getUint32(offset, true), this._dview.getUint32(offset + 4, true));
49
}
50
51
write8(offset, value) {
52
this._dview.setUint8(offset, value);
Callers
1
make_arw
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected