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

Method promiseAll

java/tests/src/main/java/tests/BaseTest.java:130–132  ·  view source on GitHub ↗
(Object a)

Source from the content-addressed store, hash-verified

128 }
129
130 public static CompletableFuture<List<Object>> promiseAll(Object a) {
131 return Helpers.promiseAll(a);
132 }
133
134 public static Object getValue(Object a, Object b) {
135 return Helpers.GetValue(a, b);

Callers

nothing calls this directly

Calls 1

promiseAllMethod · 0.95

Tested by

no test coverage detected