Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GamerHack/GamerHack.github.io
/ write8
Method
write8
g2all/700/lapse.js:1478–1481 ·
view source on GitHub ↗
(addr, value)
Source
from the content-addressed store, hash-verified
1476
}
1477
1478
write8(addr, value) {
1479
this.rw_buf.write8(0, value);
1480
this.copyin(this.rw_buf.addr, addr, 1);
1481
}
1482
1483
write16(addr, value) {
1484
this.rw_buf.write16(0, value);
Callers
nothing calls this directly
Calls
1
copyin
Method · 0.95
Tested by
no test coverage detected