Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GamerHack/GamerHack.github.io
/ read64
Function
read64
g2all/700/module/rw.js:112–114 ·
view source on GitHub ↗
(u8_view, offset)
Source
from the content-addressed store, hash-verified
110
}
111
112
export
function
read64(u8_view, offset) {
113
return
new
Int(read32(u8_view, offset), read32(u8_view, offset + 4));
114
}
115
116
// for writes less than 8 bytes
117
function
write(u8_view, offset, value, size) {
Callers
nothing calls this directly
Calls
1
read32
Function · 0.70
Tested by
no test coverage detected