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

Method indexBySafe

java/lib/src/main/java/io/github/ccxt/base/Generic.java:306–308  ·  view source on GitHub ↗
(Object a, Object key2)

Source from the content-addressed store, hash-verified

304 // ---------- indexBy / indexBySafe ----------
305
306 public static Map<String, Object> indexBySafe(Object a, Object key2) {
307 return indexBy(a, key2);
308 }
309
310 public static Map<String, Object> indexBy(Object a, Object key2) {
311 Map<String, Object> out = new LinkedHashMap<>();

Callers

nothing calls this directly

Calls 1

indexByMethod · 0.95

Tested by

no test coverage detected