Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GamerHack/GamerHack.github.io
/ set_addr
Method
set_addr
g2all/900/module/mem.js:555–560 ·
view source on GitHub ↗
(addr)
Source
from the content-addressed store, hash-verified
553
}
554
555
set_addr(addr) {
556
const
values = lohi_from_one(addr);
557
const
main = this._main;
558
main[off_vector] = values[0];
559
main[off_vector2] = values[1];
560
}
561
562
get_addr() {
563
const
main = this._main;
Callers
9
read8
Method · 0.95
read16
Method · 0.95
read32
Method · 0.95
read64
Method · 0.95
readp
Method · 0.95
write8
Method · 0.95
write16
Method · 0.95
write32
Method · 0.95
write64
Method · 0.95
Calls
1
lohi_from_one
Function · 0.90
Tested by
no test coverage detected