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