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

Method isSync

java/tests/src/main/java/tests/BaseTest.java:361–363  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

359 }
360
361 public boolean isSync() {
362 return false;
363 }
364
365 public boolean isWindows() {
366 return System.getProperty("os.name").toLowerCase().contains("win");

Callers 15

importFilesMethod · 0.80
testMethodMethod · 0.80
testProxiesMethod · 0.80
startTestMethod · 0.80
testRequestStaticallyMethod · 0.80
runStaticTestsMethod · 0.80
testBinanceMethod · 0.80
testOkxMethod · 0.80
testCryptocomMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected