MCPcopy Index your code
hub / github.com/ccxt/ccxt / exitScript

Method exitScript

java/tests/src/main/java/tests/BaseTest.java:357–359  ·  view source on GitHub ↗
(int code)

Source from the content-addressed store, hash-verified

355 }
356
357 public static void exitScript(int code) {
358 System.exit(code);
359 }
360
361 public boolean isSync() {
362 return false;

Callers 4

initInnerMethod · 0.80
testHasPropsMethod · 0.80
runStaticTestsMethod · 0.80
runBrokerIdTestsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected