Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ccxt/ccxt
/ milliseconds
Method
milliseconds
java/lib/src/main/java/io/github/ccxt/Throttler.java:247–249 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
245
}
246
247
private
static
long milliseconds() {
248
return
System.currentTimeMillis();
249
}
250
251
private
static
double toDouble(Object v) {
252
if
(v == null)
return
0.0;
Callers
2
leakyBucketLoop
Method · 0.95
rollingWindowLoop
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected