Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
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
loadOrderBook
Method · 0.95
filterByLimit
Method · 0.95
setSandboxMode
Method · 0.95
enableDemoTrading
Method · 0.95
featuresGenerator
Method · 0.95
featuresMapper
Method · 0.95
featureValueByType
Method · 0.95
setMarkets
Method · 0.95
safeOrder
Method · 0.95
parseFeeNumeric
Method · 0.95
reduceFeesByCurrency
Method · 0.95
networkCodeToId
Method · 0.95
Calls
1
InOp
Method · 0.95
Tested by
15
inOp
Method · 0.76
testTicker
Method · 0.76
testCurrency
Method · 0.76
testTrade
Method · 0.76
testMarket
Method · 0.76
testOHLCV
Method · 0.76
testBalance
Method · 0.76
testFetchCurrencies
Method · 0.76
detectCurrencyConflicts
Method · 0.76
detectMarketConflicts
Method · 0.76
testFetchTrades
Method · 0.76
testOrderBook
Method · 0.76