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

Method set

g2all/900/module/view.js:247–253  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

245 }
246
247 set(value) {
248 const buffer = this._u32;
249 const values = lohi_from_one(value);
250
251 buffer[0] = values[0];
252 buffer[1] = values[1];
253 }
254};
255
256export class Long extends Word64Mixin(Int) {

Callers 15

read_mem_bFunction · 0.45
Int64Function · 0.45
utils.jsFile · 0.45
exp_loader.jsFile · 0.45
exp_loader.jsFile · 0.45
Int64Function · 0.45
read_mem_bFunction · 0.45
utils.jsFile · 0.45
pocFunction · 0.45
runPayloadFunction · 0.45
make_arwFunction · 0.45
init_gadget_mapFunction · 0.45

Calls 1

lohi_from_oneFunction · 0.90

Tested by

no test coverage detected