Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
importFiles
Method · 0.80
testMethod
Method · 0.80
testProxies
Method · 0.80
startTest
Method · 0.80
testRequestStatically
Method · 0.80
testResponseStatically
Method · 0.80
testExchangeRequestStatically
Method · 0.80
testExchangeResponseStatically
Method · 0.80
runStaticTests
Method · 0.80
testBinance
Method · 0.80
testOkx
Method · 0.80
testCryptocom
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected