Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GamerHack/GamerHack.github.io
/ set_addr
Method
set_addr
g2all/700/module/mem.js:289–294 ·
view source on GitHub ↗
(addr)
Source
from the content-addressed store, hash-verified
287
}
288
289
set_addr(addr) {
290
const
values = lohi_from_one(addr);
291
const
main = this._main;
292
main[off_vector] = values[0];
293
main[off_vector2] = values[1];
294
}
295
296
get_addr() {
297
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