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

Method call_int

g2all/700/module/chain.js:421–425  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

419 }
420
421 call_int(...args) {
422 this.do_call(...args);
423 // x | 0 will always be a signed integer
424 return this._return_value[0] | 0;
425 }
426
427 call(...args) {
428 this.do_call(...args);

Callers 1

call_nzeFunction · 0.45

Calls 1

do_callMethod · 0.95

Tested by

no test coverage detected