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

Method dump

java/tests/src/main/java/tests/BaseTest.java:349–355  ·  view source on GitHub ↗
(Object... messObjects)

Source from the content-addressed store, hash-verified

347 }
348
349 public static void dump(Object... messObjects) {
350 StringBuilder sb = new StringBuilder();
351 for (Object obj : messObjects) {
352 sb.append(Helpers.toStringOrNull(obj));
353 }
354 System.out.println(sb.toString());
355 }
356
357 public static void exitScript(int code) {
358 System.exit(code);

Callers 15

initMethod · 0.45
initInnerMethod · 0.45
testMethodMethod · 0.45
testSafeMethod · 0.45
runTestsMethod · 0.45
loadExchangeMethod · 0.45
testExchangeMethod · 0.45
runPrivateTestsMethod · 0.45
testProxiesMethod · 0.45
testHasPropsMethod · 0.45
loadStaticDataMethod · 0.45

Calls 3

toStringOrNullMethod · 0.95
appendMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected