Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GamerHack/GamerHack.github.io
/ write16
Function
write16
g2all/700/module/rw.js:123–125 ·
view source on GitHub ↗
(u8_view, offset, value)
Source
from the content-addressed store, hash-verified
121
}
122
123
export
function
write16(u8_view, offset, value) {
124
write(u8_view, offset, value, 2);
125
}
126
127
export
function
write32(u8_view, offset, value) {
128
write(u8_view, offset, value, 4);
Callers
nothing calls this directly
Calls
1
write
Function · 0.70
Tested by
no test coverage detected