MCPcopy
hub / github.com/ccxt/ccxt / isDictionary

Method isDictionary

java/lib/src/main/java/io/github/ccxt/Exchange.java:4200–4203  ·  view source on GitHub ↗
(Object value)

Source from the content-addressed store, hash-verified

4198 }
4199
4200 public Object isDictionary(Object value)
4201 {
4202 return Helpers.isTrue(Helpers.isTrue((!Helpers.isEqual(value, null))) && Helpers.isTrue(((value instanceof java.util.Map)))) && !Helpers.isTrue(Helpers.isArray(value));
4203 }
4204
4205 public Object safeList2(Object dictionaryOrList, Object key1, Object key2, Object... optionalArgs)
4206 {

Callers 15

safeDictNMethod · 0.95
safeDictMethod · 0.95
safeDict2Method · 0.95
encodeValuesWithJsonMethod · 0.45
parseBalanceMethod · 0.45
sortJsonKeysMethod · 0.45
testFetchOrderBooksMethod · 0.45
testLoadMarketsMethod · 0.45
testFetchTradingFeeMethod · 0.45
testFetchLastPricesMethod · 0.45
testFetchMarketsMethod · 0.45

Calls 3

isTrueMethod · 0.95
isEqualMethod · 0.95
isArrayMethod · 0.95

Tested by 15

testFetchOrderBooksMethod · 0.36
testLoadMarketsMethod · 0.36
testFetchTradingFeeMethod · 0.36
testFetchLastPricesMethod · 0.36
testFetchMarketsMethod · 0.36
AssertTypeMethod · 0.36
AssertStructureMethod · 0.36
AssertFeeStructureMethod · 0.36
testOptionsNetworksMethod · 0.36
expandSettingsMethod · 0.36