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

Method inArray

java/lib/src/main/java/io/github/ccxt/Exchange.java:903–905  ·  view source on GitHub ↗
(Object elem, Object list2)

Source from the content-addressed store, hash-verified

901
902 // inArray / isArray
903 public boolean inArray(Object elem, Object list2) {
904 return io.github.ccxt.base.Generic.inArray(elem, list2);
905 }
906
907 public boolean isArray(Object a) {
908 return io.github.ccxt.base.Generic.isArray(a);

Callers 15

testInArrayFunction · 0.95
helperTestInitThrottlerFunction · 0.95
testToArrayFunction · 0.95
featuresMapperMethod · 0.95
parseLeverageTiersMethod · 0.95
filterByArrayMethod · 0.95
filterOutByArrayMethod · 0.95
checkRequiredArgumentMethod · 0.95
removeKeysFromDictMethod · 0.95
parseMarginModesMethod · 0.95

Calls

no outgoing calls

Tested by 15

testTickerMethod · 0.36
testFetchOHLCVMethod · 0.36
testFetchCurrenciesMethod · 0.36
AssertStructureMethod · 0.36
AssertInArrayMethod · 0.36
testOptionsNetworksMethod · 0.36
testMethodMethod · 0.36
getSkipsMethod · 0.36
tcoTryCancelOrderMethod · 0.36