MCPcopy
hub / github.com/ccxt/ccxt / inOp

Method inOp

java/lib/src/main/java/io/github/ccxt/Helpers.java:766–766  ·  view source on GitHub ↗
(Object obj, Object key)

Source from the content-addressed store, hash-verified

764 }
765
766 public static boolean inOp(Object obj, Object key) { return InOp(obj, key); }
767
768 public static boolean InOp(Object obj, Object key) {
769 if (obj == null || key == null) return false;

Callers 15

loadOrderBookMethod · 0.95
filterByLimitMethod · 0.95
setSandboxModeMethod · 0.95
enableDemoTradingMethod · 0.95
featuresGeneratorMethod · 0.95
featuresMapperMethod · 0.95
featureValueByTypeMethod · 0.95
setMarketsMethod · 0.95
safeOrderMethod · 0.95
parseFeeNumericMethod · 0.95
reduceFeesByCurrencyMethod · 0.95
networkCodeToIdMethod · 0.95

Calls 1

InOpMethod · 0.95

Tested by 15

inOpMethod · 0.76
testTickerMethod · 0.76
testCurrencyMethod · 0.76
testTradeMethod · 0.76
testMarketMethod · 0.76
testOHLCVMethod · 0.76
testBalanceMethod · 0.76
testFetchCurrenciesMethod · 0.76
detectMarketConflictsMethod · 0.76
testFetchTradesMethod · 0.76
testOrderBookMethod · 0.76