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