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

Method isDone

java/lib/src/main/java/io/github/ccxt/ws/Future.java:61–63  ·  view source on GitHub ↗

Check if this future is already resolved or rejected.

()

Source from the content-addressed store, hash-verified

59 * Check if this future is already resolved or rejected.
60 */
61 public boolean isDone() {
62 return this.completableFuture.isDone();
63 }
64
65 /**
66 * Race multiple futures — returns a new Future that resolves/rejects

Callers 9

testResolveMethod · 0.95
testRejectMethod · 0.95
testRejectWithStringMethod · 0.95
testRaceMethod · 0.95
closeMethod · 0.95
onErrorMethod · 0.80
exceptionCaughtMethod · 0.80

Calls

no outgoing calls

Tested by 6

testResolveMethod · 0.76
testRejectMethod · 0.76
testRejectWithStringMethod · 0.76
testRaceMethod · 0.76