Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GamerHack/GamerHack.github.io
/ read16
Function
read16
g2all/900/module/rw.js:99–101 ·
view source on GitHub ↗
(u8_view, offset)
Source
from the content-addressed store, hash-verified
97
}
98
99
export
function
read16(u8_view, offset) {
100
return
read(u8_view, offset, 2);
101
}
102
103
export
function
read32(u8_view, offset) {
104
return
read(u8_view, offset, 4);
Callers
nothing calls this directly
Calls
1
read
Function · 0.70
Tested by
no test coverage detected