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

Method set

g2all/700/module/view.js:246–252  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

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

Callers 8

runPayloadFunction · 0.45
make_arwFunction · 0.45
init_gadget_mapFunction · 0.45
init_gadget_mapFunction · 0.45
init_gadget_mapFunction · 0.45
init_gadget_mapFunction · 0.45
cpyMethod · 0.45
make_bufferFunction · 0.45

Calls 1

lohi_from_oneFunction · 0.90

Tested by

no test coverage detected