Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GamerHack/GamerHack.github.io
/ read16_at
Method
read16_at
g2all/900/module/mem.js:602–607 ·
view source on GitHub ↗
(offset)
Source
from the content-addressed store, hash-verified
600
}
601
602
read16_at(offset) {
603
if
(!isInteger(offset)) {
604
throw TypeError(
'offset not a integer'
);
605
}
606
return
this._worker.getUint16(offset, true);
607
}
608
609
read32_at(offset) {
610
if
(!isInteger(offset)) {
Callers
1
read16
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected