MCPcopy Create free account
hub / github.com/GamerHack/GamerHack.github.io / get

Method get

g2all/900/module/view.js:184–191  ·  view source on GitHub ↗
(index)

Source from the content-addressed store, hash-verified

182 }
183
184 get(index) {
185 const buffer = this.buffer;
186 const base = index * 8;
187 return new Int(
188 buffer.getUint32(base, true),
189 buffer.getUint32(base + 4, true),
190 );
191 }
192
193 set(index, value) {
194 const buffer = this.buffer;

Callers 3

get_gadgetMethod · 0.45
push_syscallMethod · 0.45
get_gadgetFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected