Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GamerHack/GamerHack.github.io
/ write32
Method
write32
g2all/900/module/rw.js:54–56 ·
view source on GitHub ↗
(offset, value)
Source
from the content-addressed store, hash-verified
52
}
53
54
write32(offset, value) {
55
this._dview.setUint32(offset, value, true);
56
}
57
58
write64(offset, value) {
59
const
values = lohi_from_one(value);
Callers
1
make_arw
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected