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

Method failedFuture

java/tests/src/main/java/tests/BaseTest.java:881–885  ·  view source on GitHub ↗
(Throwable t)

Source from the content-addressed store, hash-verified

879 }
880
881 private static <T> CompletableFuture<T> failedFuture(Throwable t) {
882 CompletableFuture<T> cf = new CompletableFuture<>();
883 cf.completeExceptionally(t);
884 return cf;
885 }
886
887}

Callers 3

callMethodMethod · 0.95
loadMarketsMethod · 0.80
sendMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected