Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GamerHack/GamerHack.github.io
/ read16_at
Method
read16_at
g2all/700/module/mem.js:336–341 ·
view source on GitHub ↗
(offset)
Source
from the content-addressed store, hash-verified
334
}
335
336
read16_at(offset) {
337
if
(!isInteger(offset)) {
338
throw TypeError(
"offset not a integer"
);
339
}
340
return
this._worker.getUint16(offset, true);
341
}
342
343
read32_at(offset) {
344
if
(!isInteger(offset)) {
Callers
1
read16
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected