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

Method get

g2all/700/module/view.js:185–189  ·  view source on GitHub ↗
(index)

Source from the content-addressed store, hash-verified

183 }
184
185 get(index) {
186 const buffer = this.buffer;
187 const base = index * 8;
188 return new Int(buffer.getUint32(base, true), buffer.getUint32(base + 4, true));
189 }
190
191 set(index, value) {
192 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