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

Method futuresMap

java/lib/src/main/java/io/github/ccxt/ws/WsClient.java:107–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

105
106 // Typed accessors for internal use
107 @SuppressWarnings("unchecked")
108 private ConcurrentHashMap<String, Future> futuresMap() { return (ConcurrentHashMap<String, Future>) futures; }
109 @SuppressWarnings("unchecked")
110 public ConcurrentHashMap<String, Object> subscriptionsMap() { return (ConcurrentHashMap<String, Object>) subscriptions; }
111 @SuppressWarnings("unchecked")

Callers 4

futureMethod · 0.95
resolveMethod · 0.95
rejectMethod · 0.95
closeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected