MCPcopy 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

26const isInteger = Number.isInteger;
27
28function init_module(memory) {
29 mem = memory;
30}
31
32function add_and_set_addr(mem, offset, base_lo, base_hi) {
33 const values = lohi_from_one(offset);

Callers 1

constructorMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected