Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GamerHack/GamerHack.github.io
/ read32_at
Method
read32_at
g2all/700/module/mem.js:343–348 ·
view source on GitHub ↗
(offset)
Source
from the content-addressed store, hash-verified
341
}
342
343
read32_at(offset) {
344
if
(!isInteger(offset)) {
345
throw TypeError(
"offset not a integer"
);
346
}
347
return
this._worker.getUint32(offset, true);
348
}
349
350
read64_at(offset) {
351
if
(!isInteger(offset)) {
Callers
1
read32
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected