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

Method call

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

Source from the content-addressed store, hash-verified

425 }
426
427 call(...args) {
428 this.do_call(...args);
429 const retval = this._return_value;
430 return new Int(retval[0], retval[1]);
431 }
432
433 do_syscall(...args) {
434 if (this.position) {

Callers

nothing calls this directly

Calls 1

do_callMethod · 0.95

Tested by

no test coverage detected