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

Method indexBy

java/lib/src/main/java/io/github/ccxt/Exchange.java:916–918  ·  view source on GitHub ↗
(Object a, Object key)

Source from the content-addressed store, hash-verified

914 }
915
916 public java.util.Map<String, Object> indexBy(Object a, Object key) {
917 return io.github.ccxt.base.Generic.indexBy(a, key);
918 }
919
920 // groupBy
921 public java.util.Map<String, Object> groupBy(Object trades, Object key) {

Callers 15

testIndexByFunction · 0.95
setMarketsMethod · 0.95
filterByArrayMethod · 0.95
filterOutByArrayMethod · 0.95
loadAccountsMethod · 0.95
testIndexByFunction · 0.95
setMarketsMethod · 0.95
filterByArrayMethod · 0.95
filterOutByArrayMethod · 0.95
loadAccountsMethod · 0.95
setMarketsMethod · 0.95
filterByArrayMethod · 0.95

Calls

no outgoing calls

Tested by 3

getValidSymbolMethod · 0.36
testFunction · 0.36
testFunction · 0.36