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

Method retval_all

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

Source from the content-addressed store, hash-verified

250 }
251
252 get retval_all() {
253 const retval = this._return_value;
254 return [new Int(retval[0], retval[1]), new Int(retval[2], retval[3])];
255 }
256
257 set retval_all(values) {
258 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