Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GamerHack/GamerHack.github.io
/ write8
Method
write8
g2all/900/module/mem.js:638–641 ·
view source on GitHub ↗
(addr, value)
Source
from the content-addressed store, hash-verified
636
}
637
638
write8(addr, value) {
639
this.set_addr(addr);
640
this._worker.setUint8(0, value);
641
}
642
643
write16(addr, value) {
644
this.set_addr(addr);
Callers
nothing calls this directly
Calls
1
set_addr
Method · 0.95
Tested by
no test coverage detected