Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GamerHack/GamerHack.github.io
/ init_module
Function
init_module
g2all/900/module/mem.js:28–30 ·
view source on GitHub ↗
(memory)
Source
from the content-addressed store, hash-verified
26
const
isInteger = Number.isInteger;
27
28
function
init_module(memory) {
29
mem = memory;
30
}
31
32
function
add_and_set_addr(mem, offset, base_lo, base_hi) {
33
const
values = lohi_from_one(offset);
Callers
1
constructor
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected