Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GamerHack/GamerHack.github.io
/ read16
Method
read16
g2all/900/module/mem.js:572–575 ·
view source on GitHub ↗
(addr)
Source
from the content-addressed store, hash-verified
570
}
571
572
read16(addr) {
573
this.set_addr(addr);
574
return
this._worker.getUint16(0, true);
575
}
576
577
read32(addr) {
578
this.set_addr(addr);
Callers
nothing calls this directly
Calls
1
set_addr
Method · 0.95
Tested by
no test coverage detected