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

Method retval_all

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

Source from the content-addressed store, hash-verified

247 }
248
249 get retval_all() {
250 const retval = this._return_value;
251 return [new Int(retval[0], retval[1]), new Int(retval[2], retval[3])];
252 }
253
254 set retval_all(values) {
255 const [a, b] = [lohi_from_one(values[0]), lohi_from_one(values[1])];

Callers

nothing calls this directly

Calls 1

lohi_from_oneFunction · 0.90

Tested by

no test coverage detected