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

Method subscriptionsMap

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

Source from the content-addressed store, hash-verified

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")
112 private ConcurrentHashMap<String, Object> rejectionsMap() { return (ConcurrentHashMap<String, Object>) rejections; }
113

Callers 3

watchMethod · 0.80
watchMultipleMethod · 0.80
cleanupWsClientMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected