Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GamerHack/GamerHack.github.io
/ read32
Function
read32
g2all/700/module/rw.js:108–110 ·
view source on GitHub ↗
(u8_view, offset)
Source
from the content-addressed store, hash-verified
106
}
107
108
export
function
read32(u8_view, offset) {
109
return
read(u8_view, offset, 4);
110
}
111
112
export
function
read64(u8_view, offset) {
113
return
new
Int(read32(u8_view, offset), read32(u8_view, offset + 4));
Callers
1
read64
Function · 0.70
Calls
1
read
Function · 0.70
Tested by
no test coverage detected