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

Method call_int

g2all/900/module/chain.js:426–430  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

424 }
425
426 call_int(...args) {
427 this.do_call(...args);
428 // x | 0 will always be a signed integer
429 return this._return_value[0] | 0;
430 }
431
432 call(...args) {
433 this.do_call(...args);

Callers 1

call_nzeFunction · 0.45

Calls 1

do_callMethod · 0.95

Tested by

no test coverage detected